Skip to content

Commit 429c1b4

Browse files
authored
Merge pull request #110 from samsara-dev/fix-restore-manifest-list
Fix file level cache restore when using the list-version of the manifest option
2 parents 16e751a + a0b7ba8 commit 429c1b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/pre-command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ build_key "${MAX_LEVEL}" "${RESTORE_PATH}" >/dev/null # to validate the level
3131
SORTED_LEVELS=(file step branch pipeline all)
3232

3333
for CURRENT_LEVEL in "${SORTED_LEVELS[@]}"; do
34-
if [ "${CURRENT_LEVEL}" = 'file' ] && [ -z "$(plugin_read_config MANIFEST)" ]; then
34+
if [ "${CURRENT_LEVEL}" = 'file' ] && [ -z "$(plugin_read_list MANIFEST)" ]; then
3535
continue
3636
fi
3737

0 commit comments

Comments
 (0)