Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio committed Oct 1, 2009
1 parent 6a34dcb commit 8b4bd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uninstall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
path = File.join(directory, "../../../public/#{asset_type}/active_scaffold")
FileUtils.rm_r(path)
end
FileUtils.rm(File.join(directory, "../../../public/blank.html")
FileUtils.rm(File.join(directory, "../../../public/blank.html"))

0 comments on commit 8b4bd83

Please sign in to comment.