aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-01-31 10:41:57 +0000
committerSeb Bacon <seb.bacon@gmail.com>2012-01-31 10:41:57 +0000
commit2a081b07875d167c74ee28765f73b105864b1084 (patch)
tree6252622a6a4ee0031bff73e45b1420eedaaf5591
parent4899ae188f728bfd77b6db950fd5a1e3180c7be8 (diff)
Fix typo
-rw-r--r--install.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.rb b/install.rb
index d99bc70..0a1defe 100644
--- a/install.rb
+++ b/install.rb
@@ -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