Commit efdf2af
authored
fix: cast port to string before adding to options
This function is hinted as a `string[]` but `Host::getPort()` can return an int or string.
This causes issues in the `rsync_rsh` function has it passes the values of the array to functions that require a string to be used.1 parent 15242e4 commit efdf2af
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
0 commit comments