lib/idonethis/use_cases/git.rb in idonethis-cli-0.13.1 vs lib/idonethis/use_cases/git.rb in idonethis-cli-0.13.2

- 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) - view.call "Scanning dir <#{dir}>, which has <#{dirs_that_have_changed_today.size}> repositories that have changed today\n\n" + view.call "Scanning dir <#{dir}>, which has <#{dirs.size}> repositories that have changed today\n\n" end view.call summarise(git, view, since, *dirs) view.call "" end