Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed May 7, 2024
1 parent a7652be commit 5a3d387
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ done
PATH=$(pwd)/src/scripts/merge_tools/:$PATH
export PATH

export GIT_CONFIG_GLOBAL=$(pwd)/blanck_git_config.config
GIT_CONFIG_GLOBAL=$(pwd)/blanck_git_config.config
export GIT_CONFIG_GLOBAL
if git config --list --show-origin | grep 'file:'"$GIT_CONFIG_GLOBAL" > /dev/null; then
echo "Error: Global config is not empty"
exit 1
Expand Down

0 comments on commit 5a3d387

Please sign in to comment.