Skip to content

Commit

Permalink
MT#55942 cat: Fix maintenance file handling
Browse files Browse the repository at this point in the history
The script got supported added for the maintenance file, but missed a
spot where the actual selection is performed.

Fixes: commit 948f940
Change-Id: I9d092fd99a821f6f8ce72b0f7b8c05e5ab1c25e6
  • Loading branch information
guillemj committed Aug 11, 2023
1 parent 65424ff commit 6e24d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cat
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for t in "${CONFIG_TYPES[@]}"; do
done
while [ -n "${1:-}" ]; do
case "$1" in
constants|config|network)
constants|config|network|maintenance)
config_types[$1]=true
shift
;;
Expand Down

0 comments on commit 6e24d68

Please sign in to comment.