Skip to content

Commit

Permalink
Use rm_rf to delete sandbox directory
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jun 20, 2012
1 parent 17210c3 commit 4577e88
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 @@ -96,7 +96,7 @@ end

desc "Creates a sandbox application for simulating the Spree code in a deployed Rails app"
task :sandbox do
FileUtils.rm_r("sandbox")
FileUtils.rm_rf("sandbox")
puts "Running Sandbox generator..."
exec("rails new sandbox -m lib/sandbox.rb")
end

0 comments on commit 4577e88

Please sign in to comment.