Skip to content

Commit e04ce5c

Browse files
authored
Fix configure-git.sh (#117)
1 parent 2978d09 commit e04ce5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure-git/configure-git.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ git config --global user.name "github-actions[bot]"
2020
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
2121
git config push.default current || true # won't work if cwd is not git repo
2222

23-
git config set advice.diverging false
23+
git config --global advice.diverging false

0 commit comments

Comments
 (0)