Whoops, fixed typo
This commit is contained in:
@@ -179,7 +179,7 @@ class Homesick < Thor
|
|||||||
end
|
end
|
||||||
|
|
||||||
desc 'show_path CASTLE', 'Prints the path of a castle'
|
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')
|
check_castle_existance(castle, 'show_path')
|
||||||
say repos_dir.join(castle)
|
say repos_dir.join(castle)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user