Skip to content

Commit

Permalink
add global back
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed May 5, 2024
1 parent cc3cb5a commit 686cdba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ardl get eos --image-type cEOS --version ${CEOS_LAB_VERSION} --import-docker
if ${GIT_INIT}; then
cd ${CONTAINERWSF}
git init
git config --add safe.directory ${PWD}
git config --global --add safe.directory ${PWD}
if [ -z "$(git config user.name)" ]; then git config user.email "[email protected]"; fi
if [ -z "$(git config user.email)" ]; then git config user.name "Lab User"; fi
git add .
Expand Down

0 comments on commit 686cdba

Please sign in to comment.