From c2aac6e7a9077aa1d1562a2546374624962c6ca7 Mon Sep 17 00:00:00 2001 From: Tyler Brock Date: Wed, 29 Feb 2012 19:25:24 -0500 Subject: [PATCH] minor: small fix for Rakefile --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 4ace521..f4f17ed 100644 --- a/Rakefile +++ b/Rakefile @@ -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