Skip to content

Commit

Permalink
Fixed incomplete file path for gem release
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkiessling authored and vinibaggio committed Feb 4, 2011
1 parent 8d82193 commit 0d98439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ end

desc 'Release new gem version'
task :release => :build do
system "gem push outpost-#{Outpost::VERSION}"
system "gem push outpost-#{Outpost::VERSION}.gem"
end

0 comments on commit 0d98439

Please sign in to comment.