Skip to content

Commit e699a2c

Browse files
committed
Add print on commit count
1 parent 23afe0c commit e699a2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/octostat/git.rb

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def env
1616

1717
def count
1818
return @count if @count
19+
puts "Calculating commit count..."
1920
@count ||= Open3.capture2(*count_command, chdir: path).first.to_i
2021
end
2122

0 commit comments

Comments
 (0)