Small change to make symlink text a symbol in the map command.

This commit is contained in:
Jeremy Cook
2014-01-25 23:16:15 -05:00
parent 7253bdd634
commit 94bff3aa9d

View File

@@ -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