Skip to content

Commit

Permalink
Fix Site Install Generator loading in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Trung Lê committed Nov 15, 2011
1 parent 55dae54 commit 4ecc4af
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
@@ -1,7 +1,7 @@
require 'rake'
require 'rubygems/package_task'
require 'thor/group'
require 'lib/generators/spree/install/install_generator'
require File.expand_path('../lib/generators/spree/install/install_generator', __FILE__)

spec = eval(File.read('spree.gemspec'))
Gem::PackageTask.new(spec) do |pkg|
Expand Down

0 comments on commit 4ecc4af

Please sign in to comment.