Skip to content

Commit 9d8ee0a

Browse files
authored
fix command
1 parent c96572c commit 9d8ee0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ def git_commit(*args, **kwargs):
1717

1818

1919
def get_default_branch():
20-
cmd = ('git', 'config', '--get', 'init.defaultBranch')
20+
cmd = ('git', 'config', 'init.defaultBranch')
2121
return subprocess.getoutput(cmd).strip() or 'master'

0 commit comments

Comments
 (0)