From 651e028d5b66b92b7d4bb371e1a72e210587e424 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 de364e5..623aa49 100644 --- a/lib/homesick.rb +++ b/lib/homesick.rb @@ -179,7 +179,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