Skip to content

Commit

Permalink
Merge pull request ostreedev#514 from cgwalters/fix-encapsulated-boot…
Browse files Browse the repository at this point in the history
…able-error

store: Tweak error message for non-ostree containers
  • Loading branch information
jmarrero committed Aug 16, 2023
2 parents 9cbb71a + 48bda78 commit 79d2b9b
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 @@ -369,7 +369,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 79d2b9b

Please sign in to comment.