Skip to content

Commit 0a3309c

Browse files
committed
Fix shellcheck warning
1 parent 8599f26 commit 0a3309c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ parse_options() {
225225

226226
# If skip_databases was set, split into an array
227227
if [[ -n "${skip_databases:-}" ]]; then
228+
# shellcheck disable=SC2128
228229
IFS=',' read -r -a skip_databases <<< "${skip_databases}"
229230
fi
230231
}

0 commit comments

Comments
 (0)