Skip to content

Commit

Permalink
[lib/prep.sh] Indent Homebrew upgrade activity.
Browse files Browse the repository at this point in the history
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
  • Loading branch information
fnichol committed Apr 23, 2019
1 parent 5431e8b commit b312a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ update_system() {
;;
Darwin)
softwareupdate --install --all 2>&1 | indent
env HOMEBREW_NO_AUTO_UPDATE=true brew upgrade
env HOMEBREW_NO_AUTO_UPDATE=true brew upgrade | indent
;;
FreeBSD)
sudo pkg upgrade --yes --no-repo-update | indent
Expand Down

0 comments on commit b312a46

Please sign in to comment.