delete repo dir

This commit is contained in:
thilko
2013-11-23 22:05:07 +01:00
parent 243ba70b33
commit 357e2f60f2

View File

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