We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270dfc0 commit 082198aCopy full SHA for 082198a
1 file changed
website/src/components/Commands.astro
@@ -25,7 +25,7 @@ const groups = [
25
["shipnode metrics", "Open the PM2 monitoring dashboard"],
26
["shipnode restart", "Restart the application"],
27
["shipnode stop", "Stop the application"],
28
- ["shipnode run -- <cmd>", "Run a one-off command on the server"],
+ ["shipnode run \"<cmd>\"", "Run a one-off command on the server"],
29
],
30
},
31
{
0 commit comments