Skip to content

Commit

Permalink
taking the correct device name
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Jan 15, 2016
1 parent 8ae17da commit b3904ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/DASDController.rb
Expand Up @@ -151,7 +151,7 @@ def Write
to_format << (device["dev_name"] || GetDeviceName(channel))
# unformtted disk, manual (not AutoYaST)
elsif act_ret == 8
unformatted_devices << device
unformatted_devices << (device["dev_name"] || GetDeviceName(channel))
end
end

Expand Down

0 comments on commit b3904ea

Please sign in to comment.