Update-test-group.sh fails: curl: (3) [globbing] bad range in column 216

I am using the staged_releases script to configure my fleet of device. And I ran across the following problem using update-test-group.sh:

./update-test-group.sh 20933d7a83a5eea6215251adeb1c5038c4b8e8bf [group [canary]]
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 129 100 129 0 0 611 0 --:–:-- --:–:-- --:–:-- 611
Setting all devices with tag [group and value [canary]] to commit 20933d7a83a5eea6215251adeb1c5038c4b8e8bf with release = 1163166
curl: (3) [globbing] bad range in column 216

I am using the latest version form master.

Hello, can you try ./update-test-group.sh 20933d7a83a5eea6215251adeb1c5038c4b8e8bf group canary, ie. without the brackets?

Thanks @dfunckt it works, misread the documentation apparently as I have found the following syntax:

update-test-group.sh <FULL COMMIT HASH HERE>[<TAG NAME> [<TAG_VALUE>]]

Found in readme: https://github.com/balena-io-projects/staged-releases/blob/master/README.md

Yeah, brackets are typically used in command help to denote optional arguments. Glad you got it sorted!