diff options
| author | Alyssa Ross | 2016-09-05 22:18:24 +0100 |
|---|---|---|
| committer | Alyssa Ross | 2016-09-05 22:18:24 +0100 |
| commit | 04ebd0af33eb101582bf0944e31140ee9799b4cf (patch) | |
| tree | 9e5176442230ffdd6782c05a8ccc20a510af02a2 /Library | |
| parent | 07a00c234c2f0ed3387fc6508c2da21866f1e222 (diff) | |
| download | brew-04ebd0af33eb101582bf0944e31140ee9799b4cf.tar.bz2 | |
Adjust branch change message
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/update.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh index 9a9567101..ed51444c5 100644 --- a/Library/Homebrew/cmd/update.sh +++ b/Library/Homebrew/cmd/update.sh @@ -245,10 +245,9 @@ EOS if [[ -z "$HOMEBREW_DEVELOPER" ]] then - opoo <<EOS -Checking out $UPSTREAM_BRANCH. -Set HOMEBREW_DEVELOPER=1 to preserve branch when updating Homebrew. -EOS + echo "Checking out $UPSTREAM_BRANCH in $DIR..." + echo "To checkout $INITIAL_BRANCH in $DIR run:" + echo " 'cd $DIR && git checkout $INITIAL_BRANCH" fi # Recreate and check out `#{upstream_branch}` if unable to fast-forward |
