From 643bc3635e75121826fb878f46ca540ce210bace Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 19 Apr 2021 15:27:09 +0200 Subject: Adding upstream version 0.15.1. Signed-off-by: Daniel Baumann --- gitlint/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitlint/cli.py') diff --git a/gitlint/cli.py b/gitlint/cli.py index b162e5b..9b16d47 100644 --- a/gitlint/cli.py +++ b/gitlint/cli.py @@ -366,7 +366,7 @@ def run_hook(ctx): continue click.echo("-----------------------------------------------") - click.echo("gitlint: " + click.style("Your commit message contains the above violations.", fg='red')) + click.echo("gitlint: " + click.style("Your commit message contains violations.", fg='red')) value = None while value not in ["y", "n", "e"]: -- cgit v1.2.3