mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-21 17:36:40 +00:00
chore(sh): remove more unnecessary 'echo' from all scripts (fix #466)
This commit is contained in:
@@ -34,7 +34,7 @@ function __init_gitdeploy() {
|
||||
# gitdeploy v0.7.1 (be68fec) 2020-10-20T22:27:47Z)
|
||||
# This trims it down to just the version number:
|
||||
# 0.7.1
|
||||
echo "$(gitdeploy --version 2> /dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')"
|
||||
gitdeploy --version 2> /dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user