Skip to content

Commit b38411f

Browse files
committed
contrib: run git config before git status
1 parent 490ccbb commit b38411f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/containers/guix/scripts/guix-start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ then
2525
fi
2626

2727
cd "${WORKSPACE_PATH}"
28-
git status >> /dev/null
2928
git config --global --add safe.directory "${WORKSPACE_PATH}"
29+
git status >> /dev/null
3030

3131
./contrib/guix/guix-build

0 commit comments

Comments
 (0)