Fixed typo in checks

This commit is contained in:
Eric Renfro 2023-12-13 14:15:52 -05:00
parent 27cbc6d922
commit a4b93a1e3b
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ check() {
fi
if [[ -x "$(which gitea)" ]]; then
GITEA_BIN="$(which gitea)"
echo "Found Gita in $GITEA_PATH"
echo "Found Gitea in $GITEA_BIN"
else
echo "FATAL: Cannot execute Gitea"
return 3