Skip to content

Commit af1bc99

Browse files
authored
Merge pull request #1540 from Cadienvan/patch-1
docs: fixing typo in exec-example
2 parents 6e3d21b + dd8955c commit af1bc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/typescript/exec/exec-example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exec.exec(
99
'default',
1010
'nginx-4217019353-9gl4s',
1111
'nginx',
12-
['ls, '-al', '.'],
12+
['ls', '-al', '.'],
1313
process.stdout as stream.Writable,
1414
process.stderr as stream.Writable,
1515
process.stdin as stream.Readable,

0 commit comments

Comments
 (0)