Skip to content

Commit 9db9d9a

Browse files
OSS-Fuzz Teamcopybara-github
authored andcommitted
Minor comment update owing to incremental indexing introduction
PiperOrigin-RevId: 820266065
1 parent 00eb2bf commit 9db9d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/base-images/base-builder/indexer/manifest_types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,8 +471,8 @@ def _save_dir(
471471
),
472472
)
473473

474-
# Make sure the index database (the only file directly in `INDEX_DIR`)
475-
# is early in the archive for the same reason.
474+
# Make sure the index databases (the only files directly in `INDEX_DIR`)
475+
# are early in the archive for the same reason.
476476
_save_dir(index_dir, INDEX_DIR)
477477

478478
if source_dir:

0 commit comments

Comments
 (0)