From b6dcc62499343bcce5b08bd26be8250e43985106 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Thu, 7 Mar 2024 23:17:11 +0530 Subject: [PATCH] shellcheck disable --- push.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/push.sh b/push.sh index e9cadd8c..ab4e84e1 100755 --- a/push.sh +++ b/push.sh @@ -15,6 +15,7 @@ HOST=https://github.com ORG=Snigdha-OS # Set the repository URL and branch +# shellcheck disable=SC2034 REPO_URL="${HOST}/${ORG}/${REPO}.git" BRANCH="master" # or "main" depending on your repository's default branch