Hai, pretty output.

This commit is contained in:
Joshua Nichols
2010-03-18 23:22:29 -04:00
parent 78e952c2e4
commit ce0d9b9d02

View File

@@ -66,7 +66,9 @@ class Homesick < Thor
def list
inside repos_dir do
Pathname.glob('*') do |home|
puts home
inside home do
say_status home, `git config remote.origin.url`
end
end
end
end