Skip to content

Commit

Permalink
Merge pull request #25 from parmentf/patch-1
Browse files Browse the repository at this point in the history
Fix a small mistyping in $VERSION (tag-release)
  • Loading branch information
kerphi committed Jan 12, 2013
2 parents 28159cf + b0db14b commit cc28639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tag-release
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION=`$TOOL_PATH/get-version`

git fetch --tags
if [ "`git tag -l | grep $VERSION`" != "" ] ; then
echo "Warning: version $VERISON already exists. Aborting ..."
echo "Warning: version $VERSION already exists. Aborting ..."
exit 2
fi

Expand Down

0 comments on commit cc28639

Please sign in to comment.