Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jun 8, 2018
1 parent 92702a8 commit 0be38bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-bootloader.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jun 8 10:58:26 UTC 2018 - jreidinger@suse.com

- fix type in parted path (bsc#1030620)
- 4.1.2

-------------------------------------------------------------------
Thu Jun 7 12:38:40 UTC 2018 - jreidinger@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-bootloader.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-bootloader
Version: 4.1.1
Version: 4.1.2
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/lib/bootloader/grub2base.rb
Expand Up @@ -70,7 +70,7 @@ def pmbr_setup(*devices)
end

devices.each do |dev|
Yast::Execute.locally("/usb/sbin/parted", "-s", dev, "disk_set", "pmbr_boot", action_parted)
Yast::Execute.locally("/usr/sbin/parted", "-s", dev, "disk_set", "pmbr_boot", action_parted)
end
end

Expand Down

0 comments on commit 0be38bf

Please sign in to comment.