Skip to content

Commit

Permalink
fix call to open file (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman authored Dec 5, 2024
1 parent d74eae5 commit ec54526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion survos/command-bundle/1.5/post-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
1. Configure /config/packages/survos_command.yaml to expose the namespaces (command prefixes)
2. <comment>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

0 comments on commit ec54526

Please sign in to comment.