diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-31 10:41:57 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-31 10:41:57 +0000 |
commit | 2a081b07875d167c74ee28765f73b105864b1084 (patch) | |
tree | 6252622a6a4ee0031bff73e45b1420eedaaf5591 | |
parent | 4899ae188f728bfd77b6db950fd5a1e3180c7be8 (diff) |
Fix typo
-rw-r--r-- | install.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ else # Create symlink print "Creating symbolink link from #{main_app_path} to #{plugin_path}... " File.symlink(plugin_path, main_app_path) puts "done" - rescue NotImplemented + rescue NotImplementedError puts "failed: symbolic links not supported" end -end
\ No newline at end of file +end |