diff --git a/include/helper_audit_dockerfile b/include/helper_audit_dockerfile index 31390c25..268e9de4 100644 --- a/include/helper_audit_dockerfile +++ b/include/helper_audit_dockerfile @@ -126,7 +126,7 @@ InsertSection "Basics" logtext "Checking usage of cURL" FIND_CURL=`grep curl ${AUDIT_FILE}` - if [ ! "${FIND_WGET}" = "" ]; then + if [ ! "${FIND_CURL}" = "" ]; then Display --indent 4 --text "Download tool" --result "curl" FILE_DOWNLOAD=1 fi