Fix Dockerfile audit (#313)

This commit is contained in:
Michael Mior 2016-11-05 06:52:06 -04:00 committed by Michael Boelen
parent d1f0090221
commit 0f318a4b7c
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
ExitFatal
else
shift; shift
HELPER_PARAMS="$1 $2 $3"
HELPER_PARAMS="$1"
HELPER="audit_dockerfile"
break
fi