Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 30, 2024
1 parent 0624ebe commit 4d32558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion licenses/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d32558

Please sign in to comment.