cleanup: shfmt, shellcheck, and whitespace

This commit is contained in:
AJ ONeal
2021-04-26 07:03:47 +00:00
parent 76776e9d54
commit 46445e9382
94 changed files with 578 additions and 575 deletions

View File

@@ -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::')"
}
}