mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 17:07:35 +00:00
make sure spaces aren't expanded on hadolint install
This commit is contained in:
parent
f87a811716
commit
ddbe6a4a71
@ -91,7 +91,7 @@ function install_linters() {
|
|||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
maybe_run release-gitter --git-url "https://github.com/hadolint/hadolint" \
|
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
|
"hadolint-{system}-x86_64" ~/bin
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
Loading…
Reference in New Issue
Block a user