mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
cleanup: shfmt, shellcheck, and whitespace
This commit is contained in:
@@ -36,7 +36,7 @@ function __init_rclone() {
|
||||
# - go version: go1.15.7
|
||||
# This trims it down to just the version number:
|
||||
# 1.54.0
|
||||
echo "$(rclone --version 2>/dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')"
|
||||
echo "$(rclone --version 2> /dev/null | head -n 1 | cut -d' ' -f2 | sed 's:^v::')"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user