Skip to content

Commit 2889b89

Browse files
committed
Typo
1 parent 11d0a9b commit 2889b89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/executor/runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ export default async function runConfig(payload) {
513513
await sshExec(`printf '{\\n\\t${[
514514
`"exec-opts": ["native.cgroupdriver=cgroupfs"]`,
515515
`"host-gateway-ip": "10.0.2.2"`,
516-
`"dns": ["1.1.1.1", "1.0.0.1"]"`,
516+
`"dns": ["1.1.1.1", "1.0.0.1"]`,
517517
].join(',\\n\\t')}\\n}\\n' > ~/.config/docker/daemon.json`);
518518
await sshExec(`printf '${[`[Service]`,
519519
`Environment="DOCKERD_ROOTLESS_ROOTLESSKIT_NET=pasta"`,

0 commit comments

Comments
 (0)