Skip to content

Commit

Permalink
Small correction, removing debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaniska244 authored Jan 7, 2025
1 parent 6fe7111 commit 66c10b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/git/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ elif [[ "${ID}" = "rhel" || "${ID}" = "fedora" || "${ID}" = "mariner" || "${ID_L
VERSION_CODENAME="${ID}${VERSION_ID}"
else
echo "Linux distro ${ID} not supported."
exit 0
exit 1
fi

if [ "${ADJUSTED_ID}" = "rhel" ] && [ "${VERSION_CODENAME-}" = "centos7" ]; then
Expand Down Expand Up @@ -377,5 +377,4 @@ if [[ $INSTALL_SUBTREE = "true" ]]; then
fi
rm -rf /tmp/git-${GIT_VERSION}
clean_up
exit 0
echo "Done!"

0 comments on commit 66c10b7

Please sign in to comment.