Commit ed86e78
Add space to SSH command to fix error when using -i option (#46)
* Add space to SSH command to fix error when using -i option
Using the `-i` option to supply a SSH key fails with the error 'Safety check failed - the destination does not appear to be a backup folder or drive (marker file not found).' This seems to be because of a missing space in the SSH parsing code which means that the key address and the SSH address get munged together. This pull request simply adds a space between them.
* add space elsewhere to make test pass
* oops
---------
Co-authored-by: Bas Nijholt <[email protected]>1 parent 248de06 commit ed86e78
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
| 224 | + | |
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
| |||
0 commit comments