aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-09-24 18:59:10 +0100
committerGitHub2016-09-24 18:59:10 +0100
commit2f82837b77e8539c536051010ea398b1f60e9c23 (patch)
treec3ce9b18c8dcc724971c6752d8f9d50bd8c84cb9 /Library
parent162bfee90f760a4a473894f6f3013d1b0665b3e9 (diff)
parent22299cffabcc1d85f124a0b9a080137410525604 (diff)
downloadbrew-2f82837b77e8539c536051010ea398b1f60e9c23.tar.bz2
Merge pull request #1121 from MikeMcQuaid/update-stable-branch
update.sh: always use stable branch for tags.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh
index ba230bdec..579890820 100644
--- a/Library/Homebrew/cmd/update.sh
+++ b/Library/Homebrew/cmd/update.sh
@@ -225,7 +225,7 @@ merge_or_rebase() {
if [ -n "$UPSTREAM_TAG" ]
then
REMOTE_REF="refs/tags/$UPSTREAM_TAG"
- UPSTREAM_BRANCH="v$UPSTREAM_TAG"
+ UPSTREAM_BRANCH="stable"
else
REMOTE_REF="origin/$UPSTREAM_BRANCH"
fi