Skip to content

Commit 1c62737

Browse files
committed
Fix typo for :mkdir in ssh-sftp-cmd. fixes #2
1 parent e1bcf0b commit 1c62737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj_ssh/ssh.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ Options are
494494
:lpwd (.lpwd channel)
495495
:rm (.rm channel (first args))
496496
:rmdir (.rmdir channel (first args))
497-
:rmdir (.mkdir channel (first args))
497+
:mkdir (.mkdir channel (first args))
498498
:stat (.stat channel (first args))
499499
:lstat (.lstat channel (first args))
500500
:rename (.rename channel (first args) (second args))

0 commit comments

Comments
 (0)