Skip to content

Commit

Permalink
Fixed method call to remove better_form.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nfm committed Feb 14, 2010
1 parent 69175bb commit 7740494
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 @@ -2,7 +2,7 @@
path = "public/javascripts/better_form.js"
puts "Removing #{path}"
begin
File.remove(path)
File.delete(path)
rescue Exception => e
puts "Unable to remove #{path}"
puts e
Expand Down

0 comments on commit 7740494

Please sign in to comment.