Skip to content

Commit

Permalink
Adapt upgrade after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <dcassany@suse.com>
  • Loading branch information
davidcassany committed Jan 30, 2024
1 parent 84a239a commit 9d1655b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/action/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ func (u *UpgradeAction) refineDeployment() error { //nolint:dupl
err = u.bootloader.Install(
u.snapshot.WorkDir,
u.spec.Partitions.EFI.MountPoint,
u.spec.Partitions.EFI.FilesystemLabel,
)
if err != nil {
u.cfg.Logger.Errorf("failed installing grub: %v", err)
Expand Down

0 comments on commit 9d1655b

Please sign in to comment.