From 4d325583730816973dc53f9c6b1527006b9c9ec1 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:25:00 +0100 Subject: [PATCH] chore: synchronize workspaces --- licenses/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/licenses/Makefile b/licenses/Makefile index 4c9d480..cc35556 100644 --- a/licenses/Makefile +++ b/licenses/Makefile @@ -29,7 +29,7 @@ test: .bin/shellcheck .bin/shfmt # runs all automated tests .bin/shellcheck: Makefile echo installing Shellcheck ... - curl -sSL https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz | tar xJ + curl -sSL https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.$(OS).$(ARCH).tar.xz | tar xJ mkdir -p .bin mv shellcheck-stable/shellcheck .bin rm -rf shellcheck-stable