minor: deploy task typo

This commit is contained in:
Tyler Brock 2012-03-07 16:58:29 -05:00
parent 2af817f0f8
commit 18cad3401b
1 changed files with 1 additions and 1 deletions

View File

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