This commit is contained in:
Jan 2018-06-21 21:33:11 +00:00 committed by GitHub
commit e9fa4fccba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3126,7 +3126,7 @@ fi
if [ "$opt_batch" = 1 ] && [ "$opt_batch_format" = "prometheus" ]; then
echo "# TYPE specex_vuln_status untyped"
echo "# HELP specex_vuln_status Exposure of system to speculative execution vulnerabilities"
echo "$prometheus_output"
echo -e "$prometheus_output"
fi
# exit with the proper exit code