aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/remote.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-09-24 08:12:12 -0400
committerRalph Amissah <ralph@amissah.com>2011-09-24 08:12:12 -0400
commit0081730547d53f86744f61f772657c34e8c5149b (patch)
treee475520e4998b98a5097313da394cdc3fa6be8e6 /lib/sisu/v3/remote.rb
parentv3: qrcode, sisu generated manifest output, treat as such (diff)
v3: remote, src & sisupod processing, and rsync placementsisu_3.0.19sisu-3.0.19
Diffstat (limited to 'lib/sisu/v3/remote.rb')
-rw-r--r--lib/sisu/v3/remote.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sisu/v3/remote.rb b/lib/sisu/v3/remote.rb
index a3b9a62e..2e055707 100644
--- a/lib/sisu/v3/remote.rb
+++ b/lib/sisu/v3/remote.rb
@@ -149,7 +149,9 @@ module SiSU_Remote
images.sort!
@msg,@msgs='downloading images:', [ images.join(',') ]
@tell.call.warn unless @opt.cmd =~/q/
- SiSU_Assemble::Remote_image.new.download_images(image_download_url,images)
+ image_info=image_download_url + images
+ SiSU_Assemble::Remote_image.new.download_images(image_info)
+ #SiSU_Assemble::Remote_image.new.download_images(image_download_url,images)
@msg,@msgs='downloading done',nil
@tell.call.warn unless @opt.cmd =~/q/
end