Skip to content

Commit

Permalink
Whoops.
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed May 12, 2008
1 parent 7f757f8 commit 36620f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_generators/newgem_simple/templates/Rakefile
Expand Up @@ -36,7 +36,7 @@ end

desc "install the gem locally"
task :install => [:package] do
sh %{sudo gem install pkg/#{GEM}-#{VERSION}}
sh %{sudo gem install pkg/#{GEM}-#{GEM_VERSION}}
end

desc "create a gemspec file"
Expand Down

0 comments on commit 36620f3

Please sign in to comment.