Skip to content

Commit

Permalink
fix gemfile task
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
slyphon committed May 8, 2012
1 parent f2dfbb4 commit c085620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -49,7 +49,7 @@ if File.exists?(release_ops_path)
end
end

task :push => :build do
task :push do
gems = FileList['*.gem']
raise "No gemfiles to push!" if gems.empty?

Expand Down

0 comments on commit c085620

Please sign in to comment.