clj-commons/clj-ssh

:mkdir command doesn't exist

andrewmcveigh opened this issue · 2 comments

I've come across this error/typo when trying to use :mkdir in version 0.2.0. :rmdir is declared an extra time, rather than :mkdir in file: clj-ssh/src/clj_ssh/ssh.clj

496:    :rmdir (.rmdir channel (first args))
497:    :rmdir (.mkdir channel (first args))   <===
498:    :stat (.stat channel (first args)

Regards,

Andrew

Fix typo for :mkdir in ssh-sftp-cmd. closed by 1c62737

Thanks Andrew! Released as 0.2.1