From 2a081b07875d167c74ee28765f73b105864b1084 Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Tue, 31 Jan 2012 10:41:57 +0000 Subject: Fix typo --- install.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.rb') 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 -- cgit v1.2.3