fix typo Privious -> Previous (#523)
This commit is contained in:
committed by
Kota Kanbe
parent
e137ebb9c2
commit
84d0655c52
@@ -288,7 +288,7 @@ func loadPrevious(current models.ScanResults) (previous models.ScanResults, err
|
||||
}
|
||||
if r.Family == result.Family && r.Release == result.Release {
|
||||
previous = append(previous, *r)
|
||||
util.Log.Infof("Privious json found: %s", path)
|
||||
util.Log.Infof("Previous json found: %s", path)
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user