Skip to content

Commit

Permalink
Fix brew bundle command
Browse files Browse the repository at this point in the history
* Uses `--file` to specify the Brewfile rather than `-d`
  • Loading branch information
Stretch96 committed Nov 14, 2023
1 parent d3c2367 commit 158d1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/configure-commands/update
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ then
git -C "$APP_ROOT" pull
git -C "$APP_ROOT" checkout "$LATEST_REMOTE_TAG"
log_info -l "Updating brew packages ..." -q "$QUIET_MODE"
brew bundle -d "$APP_ROOT"
brew bundle --file="$APP_ROOT/Brewfile"
"$APP_ROOT/bin/dalmatian" terraform-dependencies clone -I
"$APP_ROOT/bin/dalmatian" terraform-dependencies get-tfvars
else
Expand Down

0 comments on commit 158d1a8

Please sign in to comment.