Skip to content

Commit

Permalink
fixing the branch name in the packaging script
Browse files Browse the repository at this point in the history
apparently we can only do this after github has made up the
tag.
  • Loading branch information
baallan committed Apr 28, 2015
1 parent 104b782 commit 41863f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/release_tarball-240.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if ! test -f m4/Ovis-top.m4; then
fi
REPO_DIR=`pwd`
OUTPUT_DIR=`pwd`/Release
BRANCH_NAME=v.2.4.1
BRANCH_NAME=TOSS-v2.4.1
# Will get this from git in the future
VERSION=2.4.1

Expand Down

0 comments on commit 41863f0

Please sign in to comment.