Fix usage message in omarchy-branch-set script (#3634)

This commit is contained in:
Patrick Lenz
2025-11-28 15:58:18 +01:00
committed by GitHub
parent 2cfc3b0f9e
commit 68c3917386

View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
if (($# == 0)); then if (($# == 0)); then
echo "Usage: omarchy-channel-set [master|dev]" echo "Usage: omarchy-branch-set [master|dev]"
exit 1 exit 1
else else
branch="$1" branch="$1"