diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-02-06 15:54:04 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-02-06 15:54:04 +0000 |
commit | 5252c5e61765b037b70117a2386c477f40dd8365 (patch) | |
tree | beaf3884defa6414a7f8107ffb176727c86446c2 /install.rb | |
parent | 3f78066518b475f996995a370366a665e3163d14 (diff) |
Spelling
Symbolink → symbolic.
Diffstat (limited to 'install.rb')
-rw-r--r-- | install.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ if File.exists?(main_app_path) puts "WARNING: #{main_app_path} already exists, the symbolic link won't be created" else # Create symlink begin - print "Creating symbolink link from #{main_app_path} to #{plugin_path}... " + print "Creating symbolic link from #{main_app_path} to #{plugin_path}... " File.symlink(plugin_path, main_app_path) puts "done" rescue NotImplementedError |