We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16e751a + a0b7ba8 commit 429c1b4Copy full SHA for 429c1b4
1 file changed
hooks/pre-command
@@ -31,7 +31,7 @@ build_key "${MAX_LEVEL}" "${RESTORE_PATH}" >/dev/null # to validate the level
31
SORTED_LEVELS=(file step branch pipeline all)
32
33
for CURRENT_LEVEL in "${SORTED_LEVELS[@]}"; do
34
- if [ "${CURRENT_LEVEL}" = 'file' ] && [ -z "$(plugin_read_config MANIFEST)" ]; then
+ if [ "${CURRENT_LEVEL}" = 'file' ] && [ -z "$(plugin_read_list MANIFEST)" ]; then
35
continue
36
fi
37
0 commit comments