Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
store: Tweak error message for non-ostree containers
Browse files Browse the repository at this point in the history
Since in theory we support non-bootable cases, and we actually
have a distinct label for the bootable one.
  • Loading branch information
cgwalters committed Aug 14, 2023
1 parent 2c380ae commit 48bda78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/container/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ pub(crate) fn parse_manifest_layout<'a>(

let (layout, target_diffid) = info.ok_or_else(|| {
anyhow!(
"No {} label found, not an ostree-bootable container",
"No {} label found, not an ostree encapsulated container",
ExportLayout::V1.label()
)
})?;
Expand Down

0 comments on commit 48bda78

Please sign in to comment.