From c3999f92b14f6b53c39e65a9965aa7feac92e7d1 Mon Sep 17 00:00:00 2001 From: Ilkka Laukkanen Date: Wed, 27 Apr 2011 21:51:08 +0300 Subject: [PATCH] Print each castle's name when pulling all castles --- lib/homesick.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/homesick.rb b/lib/homesick.rb index 7a96695..d458686 100644 --- a/lib/homesick.rb +++ b/lib/homesick.rb @@ -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