We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00eb2bf commit 9db9d9aCopy full SHA for 9db9d9a
infra/base-images/base-builder/indexer/manifest_types.py
@@ -471,8 +471,8 @@ def _save_dir(
471
),
472
)
473
474
- # Make sure the index database (the only file directly in `INDEX_DIR`)
475
- # is early in the archive for the same reason.
+ # Make sure the index databases (the only files directly in `INDEX_DIR`)
+ # are early in the archive for the same reason.
476
_save_dir(index_dir, INDEX_DIR)
477
478
if source_dir:
0 commit comments