osbuild / bootc-image-builder

A container for deploying bootable container images.
https://osbuild.org
Apache License 2.0
136 stars 57 forks source link

bib/image: Fix Btrfs typo #603

Closed sacsant closed 3 months ago

sacsant commented 3 months ago

commit 627e2a added btrfs support to bib. Fix a typo Btfrs -> Btrfs introduced with the commit.

Signed-off-by: Sachin Sant sachinp@linux.ibm.com

Corresponding images PR: https://github.com/osbuild/images/pull/847

achilleas-k commented 3 months ago

Hi @sacsant, thanks for the fix.

This change also requires updating the osbuild/images library to include (what you correctly pointed out is) the PR that fixes the typo there.

I've already added this change in this commit as part of this larger PR that should be getting merged soon.

Closing this PR.