lib/veewee/provider/core/helper/iso.rb in veewee-0.3.0.alpha9 vs lib/veewee/provider/core/helper/iso.rb in veewee-0.3.0.beta1
- old
+ new
@@ -89,10 +89,10 @@
path1=Pathname.new(full_path)
path2=Pathname.new(Dir.pwd)
rel_path=path1.relative_path_from(path2).to_s
ui.info ""
- ui.info "We did not find an isofile in <currentdir>/iso. \n\nThe definition provided the following download information:"
+ ui.info "We did not find an isofile here : #{full_path}. \n\nThe definition provided the following download information:"
unless "#{self.iso_src}"==""
ui.info "- Download url: #{self.iso_src}"
end
ui.info "- Md5 Checksum: #{self.iso_md5}"
ui.info "#{self.iso_download_instructions}"