Skip to content

Commit 79f8290

Browse files
committed
hack/test-templates.sh: fix LIMACTL_CREATE_ARGS: unbound variable
Signed-off-by: Oleksandr Redko <[email protected]>
1 parent 96c7179 commit 79f8290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/test-templates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ fi
163163

164164
set -x
165165
# shellcheck disable=SC2086
166-
"${LIMACTL_CREATE[@]}" ${LIMACTL_CREATE_ARGS} "$FILE_HOST"
166+
"${LIMACTL_CREATE[@]}" ${LIMACTL_CREATE_ARGS:-} "$FILE_HOST"
167167
set +x
168168

169169
if [[ -n ${CHECKS["mount-path-with-spaces"]} ]]; then

0 commit comments

Comments
 (0)