Update run.sh

This commit is contained in:
Alexandre
2021-01-31 16:10:53 +01:00
committed by GitHub
parent a746413cb3
commit 37ed06c2c0

View File

@@ -13,7 +13,7 @@ git config --system user.name ${GITUSER}
git config --system user.password ${GITPASS}
git config --system user.email ${GITMAIL}
if [ bashio::config.has_value 'git-api']; then
if [ bashio::config.has_value 'git-api' ]; then
export GITHUB_API_TOKEN=$(bashio::config 'git-api')
fi