Skip to content

Commit e757fa9

Browse files
committed
Merge release/0.5.14
2 parents ab58703 + ad2d9a2 commit e757fa9

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Thanks to [Ryan Stradling](http://github.com/rstradling) for these.
163163
Via [clojars](http://clojars.org) and
164164
[Leiningen](http://github.com/technomancy/leiningen).
165165

166-
:dependencies [clj-ssh "0.5.13"]
166+
:dependencies [clj-ssh "0.5.14"]
167167

168168
or your favourite maven repository aware tool.
169169

ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.14
2+
3+
- Remove println from scp code
4+
15
## 0.5.13
26

37
- Make clojure dependency have provided scope

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(def agentproxy-version "0.0.9")
22

3-
(defproject clj-ssh "0.5.13"
3+
(defproject clj-ssh "0.5.14"
44
:description "Library for using SSH from clojure."
55
:url "https://github.com/hugoduncan/clj-ssh"
66
:license {:name "Eclipse Public License"

src/clj_ssh/ssh.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,6 @@ cmd specifies a command to exec. Valid commands are:
10811081
(filter val)
10821082
(map (comp flags key)))))
10831083
(string/join " " remote-paths))
1084-
_ (println cmd)
10851084
_ (logging/tracef "scp-from: %s" cmd)
10861085
{:keys [^ChannelExec channel
10871086
^PipedInputStream out-stream]}

0 commit comments

Comments
 (0)