Skip to content

Commit d4b0467

Browse files
committed
fixup! pyhl: support tagged GHCR pulls via InstallSource::Ghcr { tag }
fmt Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent 2d52690 commit d4b0467

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

host/src/pyhl.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,7 @@ pub fn install(opts: &InstallOptions<'_>) -> Result<InstallReport> {
174174
let i = scratch.join("initrd.cpio");
175175
extract_from_ghcr(&kernel_image, "/kernel", &k)?;
176176
extract_from_ghcr(&initrd_image, "/initrd.cpio", &i)?;
177-
(
178-
format!("ghcr: {kernel_image} + {initrd_image}"),
179-
k,
180-
i,
181-
)
177+
(format!("ghcr: {kernel_image} + {initrd_image}"), k, i)
182178
}
183179
};
184180

0 commit comments

Comments
 (0)