Skip to content

Commit

Permalink
v2v: Rephrase ISO driver selection
Browse files Browse the repository at this point in the history
  • Loading branch information
matobet committed Aug 10, 2017
1 parent 7d66b4b commit 377a061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def main
if provider.iso_datastore.nil?
values_hash[nil] = '-- no ISO datastore for provider --'
else
values_hash[nil] = '-- select drivers ISO from list --'
values_hash[nil] = '-- select image from list --'
provider.iso_datastore.iso_images.pluck(:name).grep(/tools.*setup|virtio-win.*.iso$/i).each do |iso|
values_hash[iso] = iso
end
Expand Down

0 comments on commit 377a061

Please sign in to comment.