Update fixtures.py

This commit is contained in:
Anthony Sottile 2018-12-14 13:14:13 -08:00 committed by GitHub
parent afeac2f099
commit 15b1f118b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,8 @@ def modify_manifest(path):
manifest_file.write(ordered_dump(manifest, **C.YAML_DUMP_KWARGS))
cmd_output(
'git', 'commit', '--no-gpg-sign', '-am',
'update {}'.format(C.MANIFEST_FILE), cwd=path,
'update {}'.format(C.MANIFEST_FILE),
cwd=path,
)