Missing closing quotes in /files/scripts/report_mongo.sh
erikanderson opened this issue · 3 comments
erikanderson commented
Line 58 is missing a closing double quote:
if [ -z "${environment} ]
It should be:
if [ -z "${environment}" ]
erikanderson commented
Made PR: #131
alvagante commented
ty,
erikanderson commented
Thanks for all the work you have put into these modules