Print each castle's name when pulling all castles

This commit is contained in:
Ilkka Laukkanen
2011-04-27 21:51:08 +03:00
parent c3f6bef152
commit c3999f92b1

View File

@@ -64,6 +64,7 @@ class Homesick < Thor
def pull(name="")
if options[:all]
inside_each_castle do |castle|
shell.say castle.to_s.gsub(repos_dir.to_s + '/', '') + ':'
update_castle castle
end
else