From e84b9241861d5416e26686d17c2c0a08297b5b09 Mon Sep 17 00:00:00 2001 From: Chandan Tiwari Date: Wed, 1 Jul 2026 13:51:56 +0530 Subject: [PATCH 1/2] new line created by chandan --- 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 d94d2951..18a19e23 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -11,7 +11,7 @@ # # ################################ - +#this is the new line created by chandan if [ ${#@} -lt 2 ]; then echo "usage: $0 [your github token] [REST expression]" exit 1; From 8df32231507e82cc33c026a54fa8f8643900c5d5 Mon Sep 17 00:00:00 2001 From: Chandan Tiwari Date: Wed, 1 Jul 2026 14:04:32 +0530 Subject: [PATCH 2/2] this is the new commit by chandan tiwari --- 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 18a19e23..d3fb29c3 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -11,7 +11,7 @@ # # ################################ -#this is the new line created by chandan +#this is the new line created by chandan tiwari if [ ${#@} -lt 2 ]; then echo "usage: $0 [your github token] [REST expression]" exit 1;