From 0d4ee2a83df25bb11775bb2ae37f3b681e391a8c Mon Sep 17 00:00:00 2001 From: kumarv57 Date: Sun, 6 Sep 2026 15:44:29 +0530 Subject: [PATCH] Refactor comments in github-api-integration-module.sh Updated comment formatting and usage instructions. --- github-api-integration-module.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..fd78fcdf 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -1,5 +1,5 @@ #!/bin/bash -################################ +######################################## # Author: Abhishek # Version: v1 # @@ -10,7 +10,7 @@ # Please provide your github token and rest api to the script as input # # -################################ +######################################### if [ ${#@} -lt 2 ]; then echo "usage: $0 [your github token] [REST expression]"