mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 18:37:34 +00:00
Triple quote string for golangci-lint
This commit is contained in:
parent
5bcd6af235
commit
c81a897384
@ -129,7 +129,7 @@ function install_linters() {
|
||||
maybe_run release-gitter --git-url "https://github.com/golangci/golangci-lint" \
|
||||
--map-system Windows=windows --map-system Linux=linux --map-system Darwin=darwin \
|
||||
--map-arch x86_64=amd64 --map-arch armv7l=armv7 --map-arch aarch64=arm64 \
|
||||
--extract-all --exec "mv /tmp/\$(echo {}|sed s/\.tar\.gz\$//)/golangci-lint ~/bin/" \
|
||||
--extract-all --exec "'mv /tmp/\$(echo {}|sed s/\.tar\.gz\$//)/golangci-lint ~/bin/'" \
|
||||
"golangci-lint-{version}-{system}-{arch}.tar.gz" /tmp/
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user