From 51054422fbbaaa373d1a44d6d834120619c58ab1 Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Fri, 10 Apr 2026 13:45:46 +0200 Subject: [PATCH] fix demo.sh script that the creation of a group now works again --- examples/demo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo.sh b/examples/demo.sh index ed1a092..46ebdd2 100755 --- a/examples/demo.sh +++ b/examples/demo.sh @@ -41,7 +41,7 @@ $CLI windows list pause header "3/8 ยท Create 'research' group and open URLs into it" -$CLI group create research +$CLI groups create research echo "" $CLI nav open https://example.com --group research --bg $CLI nav open https://wikipedia.org --group research --bg