Skip to content

Commit 082198a

Browse files
committed
fix(website): correct shipnode run syntax on Commands map (quoted arg)
1 parent 270dfc0 commit 082198a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/components/Commands.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const groups = [
2525
["shipnode metrics", "Open the PM2 monitoring dashboard"],
2626
["shipnode restart", "Restart the application"],
2727
["shipnode stop", "Stop the application"],
28-
["shipnode run -- <cmd>", "Run a one-off command on the server"],
28+
["shipnode run \"<cmd>\"", "Run a one-off command on the server"],
2929
],
3030
},
3131
{

0 commit comments

Comments
 (0)