Skip to content

Commit eed4c58

Browse files
authored
🗄 chore: Move shellcheck package (#49)
2 parents 7ace87a + 72260be commit eed4c58

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

makefiles/macos.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ macos-nano: ;
121121

122122
macos-shellcheck: macos-brew macos-stow
123123
exists shellcheck || brew install shellcheck
124-
stow --no-folding --target "${HOME}" 'shellcheck'
124+
stow --no-folding --dir 'pkg/shellcheck' --target "${HOME}" 'stow'
125125

126126
macos-stow: macos-brew macos-clean
127127
$(eval BREW_BIN := $(shell bin/brew_bin))

0 commit comments

Comments
 (0)