Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mior <michael.mior@gmail.com>2016-11-05 13:52:06 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-11-05 13:52:06 +0300
commit0f318a4b7c8f47e76ba0f4fb24027673bb04b9af (patch)
tree8f036dbdfbb0420102841b44ba6180505a4e0d66 /include/parameters
parentd1f0090221f0b74f3c10c1a8f000d9b45e250cc5 (diff)
Fix Dockerfile audit (#313)
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/parameters b/include/parameters
index 978c0b01..dd9e3b94 100644
--- a/include/parameters
+++ b/include/parameters
@@ -42,7 +42,7 @@
ExitFatal
else
shift; shift
- HELPER_PARAMS="$1 $2 $3"
+ HELPER_PARAMS="$1"
HELPER="audit_dockerfile"
break
fi