Skip to content

Commit

Permalink
fix spelling error in CSV output
Browse files Browse the repository at this point in the history
  • Loading branch information
ballensans committed Jun 27, 2017
1 parent 765be03 commit d0f587f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prowler
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ textTitle(){
printCsvHeader() {
>&2 echo ""
>&2 echo ""
>&2 echo "Generateing \"${SEP}\" delimited report on stdout; Diagnostics on stderr."
>&2 echo "Generating \"${SEP}\" delimited report on stdout; Diagnostics on stderr."
>&2 echo " Using Profile $PROFILE"
>&2 echo ""
echo "PROFILE${SEP}REGION${SEP}TITLE_ID${SEP}RESULT${SEP}SCORED${SEP}TITLE_TEXT${SEP}NOTES"
Expand Down

0 comments on commit d0f587f

Please # to comment.