make sure spaces aren't expanded on hadolint install

This commit is contained in:
ViViDboarder 2022-01-21 10:52:04 -08:00
parent f87a811716
commit ddbe6a4a71
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ function install_linters() {
# Docker
maybe_run release-gitter --git-url "https://github.com/hadolint/hadolint" \
-c "mv ~/bin/hadolint-* ~/bin/hadolint && chmod +x ~/bin/hadolint" \
-c '"mv ~/bin/hadolint-* ~/bin/hadolint && chmod +x ~/bin/hadolint"' \
"hadolint-{system}-x86_64" ~/bin
echo ""