Skip to content

Commit

Permalink
change safe dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed May 5, 2024
1 parent b6f5517 commit f059f3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ardl get eos --image-type cEOS --version ${CEOS_LAB_VERSION} --import-docker
# init demo dir as Git repo if requested for this demo env
if ${GIT_INIT}; then
cd ${CONTAINERWSF}
git config --global --add safe.directory .
git init
git config --global --add safe.directory ${PWD}
git add .
git commit -m "git init"
fi

0 comments on commit f059f3c

Please sign in to comment.