Skip to content

Commit

Permalink
Merge pull request #210 from dxw/fix-brew-bundle-command
Browse files Browse the repository at this point in the history
Fix `brew bundle` command
  • Loading branch information
Stretch96 authored Nov 14, 2023
2 parents d3c2367 + 158d1a8 commit 133301f
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 133301f

Please sign in to comment.