whitespace fix
authorAJ ONeal <aj@therootcompany.com>
Sun, 14 Jun 2020 09:52:41 +0000 (09:52 +0000)
committerAJ ONeal <aj@therootcompany.com>
Sun, 14 Jun 2020 09:52:41 +0000 (09:52 +0000)
caddy/install.bash

index 6b29bfe3dfccb0ae67fa1aa76feed4ca73a73815..c35855525bfee9c82ce16f8b3412c5697ce1fa63 100644 (file)
@@ -22,7 +22,7 @@ pkg_get_current_version() {
     #       v2.1.0 h1:pQSaIJGFluFvu8KDGDODV8u4/QRED/OPyIR+MWYYse8=
     # This trims it down to just the version number:
     #       2.0.0
-    echo "$(caddy version 2>/dev/null | head -n 1 | cut -d ' ' -f1 | sed 's:^v::')"
+    echo "$(caddy version 2>/dev/null | head -n 1 | cut -d' ' -f1 | sed 's:^v::')"
 }
 
 pkg_format_cmd_version() {