mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-09 02:33:00 -04:00
dir: Fix typo of bundle
This commit is contained in:
committed by
Phaedrus Leeds
parent
4d11f77aa7
commit
a626003d6d
@@ -9375,7 +9375,7 @@ flatpak_dir_ensure_bundle_remote (FlatpakDir *self,
|
||||
/* If we rely on metadata (to e.g. print permissions), check it exists before creating the remote */
|
||||
if (out_metadata && fp_metadata == NULL)
|
||||
{
|
||||
flatpak_fail_error (error, FLATPAK_ERROR_INVALID_DATA, "No metadata in bundler header");
|
||||
flatpak_fail_error (error, FLATPAK_ERROR_INVALID_DATA, "No metadata in bundle header");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user