minor: small fix for Rakefile

This commit is contained in:
Tyler Brock 2012-02-29 19:25:24 -05:00
parent 25375fd50a
commit c2aac6e7a9
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ namespace :deploy do
g.add_tag("#{version}")
end
task :git_push
task :git_pushi do
g = Git.open(Dir.getwd())
g.push
end