diff --git a/csharp/lib/update.sh b/csharp/lib/update.sh index f25a62859..7eeea7259 100755 --- a/csharp/lib/update.sh +++ b/csharp/lib/update.sh @@ -1,5 +1,11 @@ #! /bin/bash +if [ $# -ne 1 ] +then + echo "GitHub token required" + exit +fi + if [ ! command -v jq &> /dev/null ] then echo "jq required"