Skip to content

Commit

Permalink
Move sandbox.rb to lib/sandbox.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jun 20, 2012
1 parent a03fa68 commit 3fe34d6
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -98,5 +98,5 @@ desc "Creates a sandbox application for simulating the Spree code in a deployed
task :sandbox do
FileUtils.rm_r("sandbox")
puts "Running Sandbox generator..."
exec("rails new sandbox -m sandbox.rb")
exec("rails new sandbox -m lib/sandbox.rb")
end
File renamed without changes.

0 comments on commit 3fe34d6

Please sign in to comment.