Skip to content

Commit 3c2bb96

Browse files
Update crates/lib/src/bootloader.rs
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Gareth Widlansky <101901964+gerblesh@users.noreply.github.com>
1 parent 1de5f0f commit 3c2bb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lib/src/bootloader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub(crate) fn install_systemd_boot(
106106
let keys_dir = Dir::open_ambient_dir(&path, ambient_authority())
107107
.with_context(|| format!("Opening {path}"))?;
108108
for a in autoenroll.iter() {
109-
let p = path.join(a.filename.clone());
109+
let p = path.join(a.filename);
110110
keys_dir
111111
.atomic_write(
112112
&a.filename,

0 commit comments

Comments
 (0)