aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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