Fixed typo in checks
This commit is contained in:
parent
27cbc6d922
commit
a4b93a1e3b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ check() {
|
||||||
fi
|
fi
|
||||||
if [[ -x "$(which gitea)" ]]; then
|
if [[ -x "$(which gitea)" ]]; then
|
||||||
GITEA_BIN="$(which gitea)"
|
GITEA_BIN="$(which gitea)"
|
||||||
echo "Found Gita in $GITEA_PATH"
|
echo "Found Gitea in $GITEA_BIN"
|
||||||
else
|
else
|
||||||
echo "FATAL: Cannot execute Gitea"
|
echo "FATAL: Cannot execute Gitea"
|
||||||
return 3
|
return 3
|
||||||
|
|
Loading…
Reference in a new issue