Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Jan 1, 2025
1 parent c0fbd86 commit 57bd82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/postinstall/grub2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fn grub2_install_bios<P: AsRef<Path>>(disk: P) -> Result<()> {
.arg("--force")
.arg(disk.as_ref())
.status()?;

if !status.success() {
bail!("Failed to install GRUB2 on disk {_disk:?}")
}
Expand Down

0 comments on commit 57bd82a

Please sign in to comment.