From 78e43adc3eeee7e9673640e149c41eac8fea76b8 Mon Sep 17 00:00:00 2001 From: Dom Sekotill Date: Mon, 25 Jan 2021 14:27:58 +0000 Subject: [PATCH] fixup! Remove unneeded git arguments from copyright hook --- hooks/copyright.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/copyright.py b/hooks/copyright.py index 114c346..613932f 100755 --- a/hooks/copyright.py +++ b/hooks/copyright.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2020 Dominik Sekotill +# Copyright 2021 Dominik Sekotill # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- GitLab