Commit a6ae7aa6 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove unneeded git arguments from copyright hook

parent 24c87458
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ def main():
	"""
	CLI entrypoint
	"""
	cmd = ['git', '--no-pager', 'diff', '--no-commit-id', '--name-only', '-r']
	cmd = ['git', 'diff', '--no-commit-id', '--name-only']
	changed = set(check_output(cmd, text=True).splitlines())
	missing = []