Change message about whether it is a meta package or not
This commit is contained in:
parent
b7ffc4e7c2
commit
651549b949
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ def harvest(bundle_dir: str, policy: Optional[SecretPolicy] = None) -> str:
|
||||||
|
|
||||||
if not pkg_to_etc_paths.get(pkg, []) and not managed:
|
if not pkg_to_etc_paths.get(pkg, []) and not managed:
|
||||||
notes.append(
|
notes.append(
|
||||||
"No /etc files detected for this package (may be a meta package)."
|
"No /etc files detected for this package."
|
||||||
)
|
)
|
||||||
|
|
||||||
pkg_snaps.append(
|
pkg_snaps.append(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue