From 94bff3aa9d989d70829f2205f38b56273ff398b3 Mon Sep 17 00:00:00 2001 From: Jeremy Cook Date: Sat, 25 Jan 2014 23:16:15 -0500 Subject: [PATCH] Small change to make symlink text a symbol in the map command. --- lib/homesick.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/homesick.rb b/lib/homesick.rb index 5f32e64..7b722ed 100644 --- a/lib/homesick.rb +++ b/lib/homesick.rb @@ -21,7 +21,7 @@ class Homesick < Thor map '-v' => :version map '--version' => :version # Retain a mapped version of the symlink command for compatibility. - map 'symlink' => :link + map symlink: :link def initialize(args = [], options = {}, config = {}) super