From a68149a87bcaefffbffb730cade015f87fcd713b Mon Sep 17 00:00:00 2001 From: David Simon Date: Wed, 26 Jun 2013 14:34:43 -0400 Subject: [PATCH] Whoops, fixed typo --- lib/homesick.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/homesick.rb b/lib/homesick.rb index 8db424f..81b9a05 100644 --- a/lib/homesick.rb +++ b/lib/homesick.rb @@ -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