diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-02-06 09:30:54 -0800 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-02-06 09:30:54 -0800 |
commit | d6b4467f57e92e5366ba11809d1d35c17bad9f58 (patch) | |
tree | beaf3884defa6414a7f8107ffb176727c86446c2 /uninstall.rb | |
parent | 3f78066518b475f996995a370366a665e3163d14 (diff) | |
parent | 5252c5e61765b037b70117a2386c477f40dd8365 (diff) |
Merge pull request #1 from robinhouston/master
This is starting to get on my nerves a little :-)
Diffstat (limited to 'uninstall.rb')
-rw-r--r-- | uninstall.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uninstall.rb b/uninstall.rb index 8598d7e..82d9571 100644 --- a/uninstall.rb +++ b/uninstall.rb @@ -2,7 +2,7 @@ main_app_path = File.join(RAILS_ROOT, 'public', 'alavetelitheme') if File.exists?(main_app_path) && File.symlink?(main_app_path) - print "Deleting symbolink link at #{main_app_path}... " + print "Deleting symbolic link at #{main_app_path}... " File.delete(main_app_path) puts "done" end
\ No newline at end of file |