Skip to content

Commit

Permalink
fix typo in push command instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed Jan 5, 2017
1 parent f192782 commit d0c4711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/slt-release.sh
Expand Up @@ -193,7 +193,7 @@ then
echo "Pushing tag $TAG and branch $BASE to origin"
git push origin $TAG:$TAG $BASE:$BASE
else
echo "Push tag $TAG and branche $BASE to origin"
echo "Push tag $TAG and branch $BASE to origin"
echo " git push origin $TAG:$TAG $BASE:$BASE"
fi

Expand Down

0 comments on commit d0c4711

Please sign in to comment.