Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
berk committed Dec 10, 2015
1 parent f9de2dc commit ee14e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ execute('phpunit')
if ARGV.include?('release')
update_readme
execute("git add #{readme_file_path}")
execute("git commit -m 'Updated version to #{version}'")
execute("git commit -m 'Updated readme version to #{version}'")
execute('git push')

execute('git checkout master')
Expand Down

0 comments on commit ee14e08

Please sign in to comment.