We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5351cd4 commit faafe3dCopy full SHA for faafe3d
2 files changed
allarch.sh
@@ -1368,7 +1368,7 @@ set +eu
1368
1369
# Check for a valid channel name
1370
if [[ -n "${1}" ]]; then
1371
- case "$(bash "${script_path}/tools/channel.sh" -m check "${1}")" in
+ case "$(bash "${script_path}/tools/channel.sh" -n -m check "${1}")" in
1372
"incorrect")
1373
msg_error "Invalid channel ${1}" "1"
1374
;;
build.sh
@@ -1450,7 +1450,7 @@ set +eu
1450
1451
1452
1453
1454
1455
1456
0 commit comments