Cyan list instead of green.

This commit is contained in:
Joshua Nichols
2010-03-19 00:28:08 -04:00
parent 8be582a4cb
commit ba84df0137
2 changed files with 4 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ class Homesick < Thor
inside repos_dir do
Pathname.glob('*') do |home|
inside home do
say_status home, `git config remote.origin.url`
say_status home, `git config remote.origin.url`, :cyan
end
end
end