From 54b2b9b33926d91a855d49e9f76bd4a31cf5582a Mon Sep 17 00:00:00 2001 From: Thilko Richter Date: Thu, 6 Sep 2012 21:23:45 +0200 Subject: [PATCH] correct typo --- lib/homesick.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/homesick.rb b/lib/homesick.rb index f927744..ce05897 100644 --- a/lib/homesick.rb +++ b/lib/homesick.rb @@ -142,7 +142,7 @@ class Homesick < Thor end end - desc "destroy CASTLE", "Delete all symlnks and remove the cloned repository" + desc "destroy CASTLE", "Delete all symlinks and remove the cloned repository" def destroy(name) check_castle_existance name, "destroy"