diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..12bd8fec 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;