Skip to content

Commit efceb17

Browse files
authored
Add slashes to cliCmd for serial console (#2236)
1 parent 1aa4645 commit efceb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/util/cli-cmd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
export const cliCmd = {
1010
serialConsole: ({ project, instance }: { project: string; instance: string }) =>
11-
`oxide instance serial console\n--project ${project}\n--instance ${instance}`,
11+
`oxide instance serial console \\\n--project ${project} \\\n--instance ${instance}`,
1212
}

0 commit comments

Comments
 (0)