Skip to content

Commit 882696f

Browse files
nagromctwpayne
authored andcommitted
docs: Remove unnecessary --no-lock Brew option
See Homebrew/homebrew-bundle#1630
1 parent 1f95b69 commit 882696f

File tree

1 file changed

+1
-1
lines changed
  • assets/chezmoi.io/docs/user-guide/machines

1 file changed

+1
-1
lines changed

assets/chezmoi.io/docs/user-guide/machines/macos.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ a `run_once_` script. For example, create a file in your source directory called
1111
{{- if eq .chezmoi.os "darwin" -}}
1212
#!/bin/bash
1313
14-
brew bundle --no-lock --file=/dev/stdin <<EOF
14+
brew bundle --file=/dev/stdin <<EOF
1515
brew "git"
1616
cask "google-chrome"
1717
EOF

0 commit comments

Comments
 (0)