Skip to content

Commit

Permalink
Make rake release work
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Nov 8, 2008
1 parent 7110160 commit 2ebb604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -183,7 +183,7 @@ namespace :release do
require 'rubyforge'
require 'rake/contrib/rubyforgepublisher'

packages = %w( gem tgz zip ).collect{ |ext| "pkg/merb-#{PKG_VERSION}.#{ext}" }
packages = %w( gem tgz zip ).collect{ |ext| "gems/merb-#{PKG_VERSION}.#{ext}" }

begin
sh %{rubyforge login}
Expand Down

0 comments on commit 2ebb604

Please sign in to comment.