From bbdb6ffb49ca31076d39520bd27af50464f4f2cb Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Fri, 18 Apr 2025 06:48:34 +0000 Subject: [PATCH] Fix. --- testing/scripts/lib/mount_secrets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/lib/mount_secrets b/testing/scripts/lib/mount_secrets index 8b609b6..624e4a3 100644 --- a/testing/scripts/lib/mount_secrets +++ b/testing/scripts/lib/mount_secrets @@ -5,7 +5,7 @@ . lib/retry_until mount_secrets() { - expect_n_n_args 1 1 "(device name, e.g. 'sda')" $@ + expect_n_args 1 1 "(device name, e.g. 'sda')" $@ SECRETS_DEV=$1 if [ -z "${SECRETS_DEV}" ]; then abort "Aborting due to empty device argument." -- 2.30.2