Skip to content

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
Fixed spelling.
  • Loading branch information
cgrandsjo committed Nov 6, 2015
1 parent 0ad3c35 commit 244ad83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
VERSION=$(python -c "from jira.version import __version__ ; print __version__")
echo Preparing to release version $VERSION

echo === Chechink that all changes are commited and pushed ===
echo === Checking that all changes are commited and pushed ===
git pull -u

#git diff
Expand Down

0 comments on commit 244ad83

Please sign in to comment.