Skip to content

Commit

Permalink
removex exit, which closes shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Gohlke committed Jun 19, 2024
1 parent d2f8592 commit 03e80f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function git_reset_with_submodules_recursivly(){
function git_maintenance() {
if [[ ! -d .git ]]; then
echo "need to be in git repository"
exit 1
return
fi

echo "-------------------------------"
Expand Down

0 comments on commit 03e80f6

Please sign in to comment.