projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93653a3
)
whitespace fix
author
AJ ONeal
<aj@therootcompany.com>
Sun, 14 Jun 2020 09:52:41 +0000
(09:52 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Sun, 14 Jun 2020 09:52:41 +0000
(09:52 +0000)
caddy/install.bash
patch
|
blob
|
history
diff --git
a/caddy/install.bash
b/caddy/install.bash
index 6b29bfe3dfccb0ae67fa1aa76feed4ca73a73815..c35855525bfee9c82ce16f8b3412c5697ce1fa63 100644
(file)
--- 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() {