example42/puppi

Missing closing quotes in /files/scripts/report_mongo.sh

erikanderson opened this issue · 3 comments

Line 58 is missing a closing double quote:

if [ -z "${environment} ]

It should be:

if [ -z "${environment}" ]

Made PR: #131

ty,

Thanks for all the work you have put into these modules