Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 14, 2022
1 parent 2d4ed11 commit 75be086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/fixtures.py
Expand Up @@ -38,7 +38,7 @@ def copy_tree_to_path(src_dir, dest_dir):

def git_dir(tempdir_factory):
path = tempdir_factory.get()
cmd_output('git', 'init', '-c', 'init.defaultBranch=master', path)
cmd_output('git', 'init', '-c', 'init.defaultBranch=master', path)
return path


Expand Down

0 comments on commit 75be086

Please sign in to comment.