Skip to content

Commit

Permalink
chore: fix publish.sh, ref #65
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmoumne committed May 9, 2017
1 parent b38b174 commit a1c3e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.sh
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
IFS=$'\n\t'

echo -n 'new version'
read $NEW_VERSION
read NEW_VERSION

git checkout master
git pull
Expand Down

0 comments on commit a1c3e5a

Please sign in to comment.