home · contact · privacy
Fix. master
authorChristian Heller <c.heller@plomlompom.de>
Fri, 18 Apr 2025 06:48:34 +0000 (06:48 +0000)
committerChristian Heller <c.heller@plomlompom.de>
Fri, 18 Apr 2025 06:48:34 +0000 (06:48 +0000)
testing/scripts/lib/mount_secrets

index 8b609b6107d20f89d25e2b7a57b1211622740efe..624e4a313c42edfa31deb33890d5fcbce789a019 100644 (file)
@@ -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."