File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ Thanks to [Ryan Stradling](http://github.com/rstradling) for these.
163
163
Via [clojars](http://clojars.org ) and
164
164
[Leiningen](http://github.com/technomancy/leiningen ).
165
165
166
- :dependencies [clj-ssh " 0.5.13 " ]
166
+ :dependencies [clj-ssh " 0.5.14 " ]
167
167
168
168
or your favourite maven repository aware tool.
169
169
Original file line number Diff line number Diff line change
1
+ ## 0.5.14
2
+
3
+ - Remove println from scp code
4
+
1
5
## 0.5.13
2
6
3
7
- Make clojure dependency have provided scope
Original file line number Diff line number Diff line change 1
1
(def agentproxy-version " 0.0.9" )
2
2
3
- (defproject clj-ssh " 0.5.13 "
3
+ (defproject clj-ssh " 0.5.14 "
4
4
:description " Library for using SSH from clojure."
5
5
:url " https://github.com/hugoduncan/clj-ssh"
6
6
:license {:name " Eclipse Public License"
Original file line number Diff line number Diff line change @@ -1081,7 +1081,6 @@ cmd specifies a command to exec. Valid commands are:
1081
1081
(filter val)
1082
1082
(map (comp flags key)))))
1083
1083
(string/join " " remote-paths))
1084
- _ (println cmd)
1085
1084
_ (logging/tracef " scp-from: %s" cmd)
1086
1085
{:keys [^ChannelExec channel
1087
1086
^PipedInputStream out-stream]}
You can’t perform that action at this time.
0 commit comments