Skip to content

Commit 18cad34

Browse files
committed
minor: deploy task typo
1 parent 2af817f commit 18cad34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ namespace :deploy do
298298
g.add_tag("#{version}")
299299
end
300300

301-
task :git_pushi do
301+
task :git_push do
302302
g = Git.open(Dir.getwd())
303303
g.push
304304
end

0 commit comments

Comments
 (0)