Skip to content

Commit 63bdf60

Browse files
committed
fix quotes
1 parent 8074630 commit 63bdf60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/server/conat/socketio/dns-scan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export async function getAddresses(): Promise<string[]> {
9191
"-l",
9292
"run=hub-conat-router",
9393
"-o",
94-
`jsonpath='{range .items[*]}{.metadata.name}{"\t"}{.status.podIP}{"\n"}{end}'`,
94+
`jsonpath='{range .items[*]}{.metadata.name}{"\\t"}{.status.podIP}{"\\n"}{end}'`,
9595
],
9696
});
9797
for (const x of stdout.split("\n")) {

0 commit comments

Comments
 (0)