Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 2f2b9c4

Browse files
committed
Remove duplicate generation
1 parent 502f448 commit 2f2b9c4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • generator/src/systemd_boot

generator/src/systemd_boot/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,12 @@ fn efi_entry_impl(efi: &EfiProgram, machine_id: &str) -> Result<(String, Content
102102
let version = efi.source.version()?;
103103
let data = format!(
104104
r#"title {title}
105-
version Generation {generation} {version}
105+
version {version}
106106
efi {efi}
107107
machine-id {machine_id}
108108
109109
"#,
110110
title = title,
111-
generation = generation,
112111
version = version,
113112
efi = unified,
114113
machine_id = machine_id,

0 commit comments

Comments
 (0)