lib/idonethis/use_cases/git.rb in idonethis-cli-0.14.2 vs lib/idonethis/use_cases/git.rb in idonethis-cli-0.15.0
- old
+ new
@@ -19,10 +19,10 @@
if dir == FileUtils.pwd
view.call "Scanning the current directory <#{dir}>\n\n"
else
dirs = fs.modified_today?(dir).select{|dir| git.repo?(dir) }
- view.call "Scanning dir <#{dir}>, which has <#{dirs.size}> repositories that have changed today\n\n"
+ view.call "Scanning dir <#{dir}>, which has <#{dirs.size}> repositories that have changed\n\n"
end
view.call summarise(git, view, since, *dirs)
view.call ""
end