Fixup log_file commit

This commit is contained in:
Anthony Sottile 2017-05-08 11:04:07 -07:00
parent 71e500a177
commit 840a55bbc3
5 changed files with 17 additions and 18 deletions

View file

@ -29,6 +29,7 @@ def test_manifest_contents(manifest):
'id': 'bash_hook',
'language': 'script',
'language_version': 'default',
'log_file': '',
'minimum_pre_commit_version': '0',
'name': 'Bash hook',
'stages': [],
@ -47,6 +48,7 @@ def test_hooks(manifest):
'id': 'bash_hook',
'language': 'script',
'language_version': 'default',
'log_file': '',
'minimum_pre_commit_version': '0',
'name': 'Bash hook',
'stages': [],