Skip to content

Commit

Permalink
add a ' to message prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
rick committed Dec 8, 2012
1 parent 8d10df4 commit 9e63c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -10,7 +10,7 @@ def commit_message
last_commit = `git log -1 --pretty=format:"%s"`.chomp.strip
last_commit = 'Publishing developer content to GitHub pages.' if last_commit == ''

print "Enter a commit message (default: '#{last_commit}): "
print "Enter a commit message (default: '#{last_commit}'): "
STDOUT.flush
mesg = STDIN.gets.chomp.strip

Expand Down

0 comments on commit 9e63c75

Please sign in to comment.