Skip to content

Commit

Permalink
fix report option Loaded error-info (future-architect#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
hogehuga authored and Alan Lapthorn committed May 11, 2017
1 parent f93c202 commit 2774a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ func (p *ReportCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}
util.Log.Error(err)
return subcommands.ExitFailure
}
util.Log.Infof("Loaded: %s", jsonDir)
util.Log.Infof("Loaded: %s", dir)

var results []models.ScanResult
for _, r := range history.ScanResults {
Expand Down

0 comments on commit 2774a92

Please sign in to comment.