summaryrefslogtreecommitdiffstats
path: root/gitlint/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlint/cli.py')
-rw-r--r--gitlint/cli.py2
1 files changed, 1 insertions, 1 deletions
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"]: