Whoops, fixed typo

This commit is contained in:
David Simon
2013-06-26 14:34:43 -04:00
committed by thilko
parent 6f3186df2f
commit 651e028d5b

View File

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