Update go.sh

Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
akp 2022-06-02 12:25:56 +01:00
parent d64e489ac9
commit c88bd64cf8
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

2
go.sh
View file

@ -12,7 +12,7 @@ function getStatusCode() {
}
if [ "$1" == "" ]; then
echo "Usage: ./go.sh [VERSION]"
echo "Usage: $0 [VERSION]"
echo "Please specify a version."
exit 1
fi