From: AJ ONeal Date: Sun, 14 Jun 2020 09:52:41 +0000 (+0000) Subject: whitespace fix X-Git-Url: https://git.josue.xyz/?a=commitdiff_plain;h=e2cc77de33e974225eeffcdb668434d619e5383b;p=webi-installers%2F.git whitespace fix --- diff --git a/caddy/install.bash b/caddy/install.bash index 6b29bfe..c358555 100644 --- a/caddy/install.bash +++ b/caddy/install.bash @@ -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() {