diff options
Diffstat (limited to 'install.rb')
-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 |