Skip to content

Commit

Permalink
fixed git:commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed May 1, 2010
1 parent e05f2cc commit d965690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/git.task
Expand Up @@ -11,7 +11,7 @@ def git_task(name, cmd = nil)
end

def commit
"commit -a -m #{ENV['message'].inspect}"
"commit -a -m #{ENV['message'].to_s.inspect}"
end

namespace :git do
Expand Down

0 comments on commit d965690

Please sign in to comment.