From 5acc09c74469814eac904da77be3103430fe3f48 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Thu, 16 Aug 2018 20:43:14 -0300 Subject: Fix minor typos --- vcs_git.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcs_git.rb') diff --git a/vcs_git.rb b/vcs_git.rb index ffdb983..a464b5f 100644 --- a/vcs_git.rb +++ b/vcs_git.rb @@ -42,7 +42,7 @@ class VCS end def VCS.revno - # there is a bug in git log --format, which supresses the \n on the last line + # there is a bug in git log --format, which suppresses the \n on the last line runcmd(GITCMD, "log", "--format=format:x").scan("\n").size + 1 end -- cgit v1.2.3