Skip to content

Commit b837e84

Browse files
authored
Update run_onchange_brew-install-packages.sh.tmpl
1 parent 997551e commit b837e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/run_onchange_brew-install-packages.sh.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ if or (eq .chezmoi.os "darwin") (and (eq .chezmoi.os "linux") .useLinuxBrew) -}}
22
#!/bin/bash
33

4-
brew bundle --no-lock --file=/dev/stdin <<EOF
4+
brew bundle --file=/dev/stdin <<EOF
55
{{ range $name, $pkg := .packages -}}
66
{{ if mustHas $.chezmoi.os $pkg.platforms -}}
77
{{ with dig "overrides" $.chezmoi.os "" $pkg -}}

0 commit comments

Comments
 (0)