From 99bbb3917a57ef43d9d5dc414e83c0f408763d7c Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Mon, 18 Nov 2024 15:52:29 -0800 Subject: [PATCH] Update golangci-lint install for new release_gitter --- install-helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-helpers.py b/install-helpers.py index 5e15730..9e0eb69 100755 --- a/install-helpers.py +++ b/install-helpers.py @@ -183,7 +183,7 @@ def install_linters(langs: set[Language]): "golangci-lint-{version}-{system}-{arch}/golangci-lint", "--exec", os.path.expanduser( - "mv golangci-lint-{version}-{system}-{arch}/golangci-lint ~/bin/ && chmod +x ~/bin/golangci-lint" + "mv golangci-lint-{version}-{system}-{arch}/golangci-lint ~/bin/" ), "--use-temp-dir", "golangci-lint-{version}-{system}-{arch}.tar.gz",