From 357e2f60f259d742811157eaba89d009daf7c405 Mon Sep 17 00:00:00 2001 From: thilko Date: Sat, 23 Nov 2013 22:05:07 +0100 Subject: [PATCH] delete repo dir --- lib/homesick.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/homesick.rb b/lib/homesick.rb index b417c31..0616354 100644 --- a/lib/homesick.rb +++ b/lib/homesick.rb @@ -234,7 +234,7 @@ class Homesick < Thor if shell.yes?("This will destroy your castle irreversible! Are you sure?") unlink(name) - rm_rf castle_dir(name) + rm_rf repos_dir.join(name) end end