diff --git a/posit-bakery/posit_bakery/config/config.py b/posit-bakery/posit_bakery/config/config.py index 900bb9a4..e62ecc1d 100644 --- a/posit-bakery/posit_bakery/config/config.py +++ b/posit-bakery/posit_bakery/config/config.py @@ -1179,7 +1179,7 @@ def build_targets( pull=pull, cache=cache, platforms=platforms, - metadata_file=True if metadata_file else False, + metadata_file=True if metadata_file else None, ), retry=retry, label=str(target),