Skip to content

Commit

Permalink
fix output format
Browse files Browse the repository at this point in the history
  • Loading branch information
patilpankaj212 committed Dec 16, 2020
1 parent 209fb65 commit c79dce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func Run(iacType, iacVersion string, cloudType []string,
}

// write results to console
err = writeResults(results, useColors, verbose, configOnly, humanOutputFormat)
err = writeResults(results, useColors, verbose, configOnly, format)
if err != nil {
zap.S().Error("failed to write results", zap.Error(err))
return
Expand Down

0 comments on commit c79dce5

Please sign in to comment.