lib/reap/task/publish.rb in reap-4.5.0 vs lib/reap/task/publish.rb in reap-4.5.1

- old
+ new

@@ -93,11 +93,11 @@ puts "Username not specified." ; return nil end # publish - puts "Reap is shelling out publishing work..." + puts "Reap is passing off publishing work..." case pub.type when 'web', 'www' case pub.host @@ -122,9 +122,13 @@ end end private + + #-- + # SHELL OUT! Need a net/ssh library to fix. + #++ def run_scp pub.copy.each { |c| from, to = *Shellwords.shellwords(c) to = '' if to.nil?