Skip to content

Commit 00a2c48

Browse files
zorenantongolub
andauthored
docs: fix webpod ssh integration example
Co-authored-by: Anton Golub <antongolub@antongolub.com>
1 parent d24bef7 commit 00a2c48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/migration-from-v7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $.quiet = true // to completely turn off logging
1414
// import {ssh} from 'zx' ↓
1515
import {ssh} from 'webpod'
1616

17-
const remote = ssh('user@host')
17+
const remote = ssh({remoteUser: 'user', hostname: 'host'})
1818
await remote`echo foo`
1919
```
2020

0 commit comments

Comments
 (0)