From ec54526f3a93a04ea0c9d4e9b089bf113b3f4c61 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Thu, 5 Dec 2024 04:48:58 -0600 Subject: [PATCH] fix call to open file (#1720) --- survos/command-bundle/1.5/post-install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/survos/command-bundle/1.5/post-install.txt b/survos/command-bundle/1.5/post-install.txt index d95f44de..ae95b3b3 100644 --- a/survos/command-bundle/1.5/post-install.txt +++ b/survos/command-bundle/1.5/post-install.txt @@ -6,4 +6,4 @@ 1. Configure /config/packages/survos_command.yaml to expose the namespaces (command prefixes) 2. Secure the /admin route, customize the route in config/routes/survos_command.yaml 3. optionally create a command with bin/console make:command app:do-something - 4. bin/console open:local --path=/admin/commands/list + 4. symfony open:local --path=/admin/commands/list