Whoops, fixed typo

This commit is contained in:
David Simon
2013-06-26 14:34:43 -04:00
parent 8be3cdb6a0
commit a68149a87b

View File

@@ -178,7 +178,7 @@ class Homesick < Thor
end
desc 'show_path CASTLE', 'Prints the path of a castle'
def show_path(castle = DEFAULT_CASTLE_DAME)
def show_path(castle = DEFAULT_CASTLE_NAME)
check_castle_existance(castle, 'show_path')
say repos_dir.join(castle)
end