Skip to content

Commit

Permalink
Update release script to properly get VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Feb 4, 2016
1 parent 92a3b08 commit e5477a2
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 @@ -2,7 +2,7 @@


NAME="runcible"
VERSION=`cat ./lib/runcible/version.rb | grep VERSION | awk -F '"' '{print $2}'`
VERSION=`cat ./lib/runcible/version.rb | grep VERSION | awk -F "'" '{print $2}'`

read -p "Would you like to release $NAME-$VERSION (yes/no/skip)? "
if [ "$REPLY" == "yes" ]; then
Expand Down

0 comments on commit e5477a2

Please sign in to comment.