Fixed comment

This commit is contained in:
Levi Gross 2016-10-31 10:16:03 -04:00 committed by GitHub
parent b92fa02ff4
commit 9c3c102127

View file

@ -228,7 +228,7 @@ func main() {
output.CreateReport(os.Stdout, *flagFormat, &analyzer)
}
// Do we have more than one issue? If so exit 1
// Do we have an issue? If so exit 1
if len(analyzer.Issues) > 0 {
os.Exit(1)
}