From 01a1e43b2584d2ef5ada68334437712597e3aec1 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Sat, 11 Oct 2025 18:58:52 -0400 Subject: [PATCH] Fix command description Co-authored-by: Daniel Pavone --- bin/omarchy-update-branch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-update-branch b/bin/omarchy-update-branch index 929e1bb..91bd797 100755 --- a/bin/omarchy-update-branch +++ b/bin/omarchy-update-branch @@ -3,7 +3,7 @@ set -e if (($# == 0)); then - echo "Usage: omarchy-verion-branch-set [master|dev]" + echo "Usage: omarchy-update-branch [master|dev]" exit 1 fi