diff --git a/push.sh b/push.sh index 0a52509..676a9e6 100755 --- a/push.sh +++ b/push.sh @@ -16,6 +16,7 @@ ORG=Snigdha-OS # SETUP REPO URL +# shellcheck disable=SC2034 REPO_URL="${HOST}/${ORG}/${REPO}.git" BRANCH="master" #or "main"