From 25d46694a3f491c512a97ea168707477efe975ff Mon Sep 17 00:00:00 2001 From: Manicka Vasuki Date: Mon, 1 Jun 2026 21:03:56 +0530 Subject: [PATCH 1/2] updated --- github-api-integration-module.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..d22b6f03 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -12,6 +12,7 @@ # ################################ + if [ ${#@} -lt 2 ]; then echo "usage: $0 [your github token] [REST expression]" exit 1; From 39d5bd1d052802cd5de434a8364a46dd9cd63144 Mon Sep 17 00:00:00 2001 From: Manicka Vasuki Date: Tue, 2 Jun 2026 20:26:02 +0530 Subject: [PATCH 2/2] updated the file --- github-api-integration-module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d22b6f03..12bd8fec 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -12,7 +12,7 @@ # ################################ - +#### if [ ${#@} -lt 2 ]; then echo "usage: $0 [your github token] [REST expression]" exit 1;