diff --git a/bin/omarchy-branch-set b/bin/omarchy-branch-set index de8df4a0..bfe67c99 100755 --- a/bin/omarchy-branch-set +++ b/bin/omarchy-branch-set @@ -9,8 +9,8 @@ else branch="$1" fi -if [[ "$branch" != "master" && "$branch" != "rc" && "$branch" != "edge" ]]; then - echo "Error: Invalid branch '$branch'. Must be one of: master, rc, edge" +if [[ "$branch" != "master" && "$branch" != "rc" && "$branch" != "dev" ]]; then + echo "Error: Invalid branch '$branch'. Must be one of: master, rc, dev" exit 1 fi