Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 28, 2014
1 parent 5eee83f commit e8b942a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/BootStorage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ def ProposeDeviceMap
when "i386", "x86_64"
Builtins.tointeger(bios_id) - 0x80
else
raise "no support for bios id '#{bios_id}' on #{Arch.architecture}#"
raise "no support for bios id '#{bios_id}' on #{Arch.architecture}"
end
grub_dev = Builtins.sformat("hd%1", index)
# FATE #303548 - doesn't add disk with same bios_id with different name (multipath machine)
Expand Down

0 comments on commit e8b942a

Please sign in to comment.