mobi_check_in 0.0.16 → 0.0.17
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/mobi_check_in/version.rb +1 -1
- data/lib/mobi_check_in.rb +1 -1
- metadata +2 -2
data/lib/mobi_check_in.rb
CHANGED
@@ -60,7 +60,7 @@ module MobiCheckIn
|
|
60
60
|
commit_message_text = gets.chomp
|
61
61
|
commit_message = commit_message + commit_message_text
|
62
62
|
puts commit_message
|
63
|
-
command = "git commit -m \
|
63
|
+
command = "git commit -m \"#{commit_message}\""
|
64
64
|
system(command)
|
65
65
|
else
|
66
66
|
puts "No local changes to commit."
|