fix report option Loaded error-info (#406)

This commit is contained in:
hogehogehugahuga
2017-03-30 23:45:18 +09:00
committed by Kota Kanbe
parent b0d9c0b550
commit 74431ca63f

View File

@@ -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 {