mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
fix log line
This commit is contained in:
@@ -42,10 +42,10 @@ func main() {
|
||||
}
|
||||
if size < 15*1000*1000 {
|
||||
if *real {
|
||||
log.Printf("Deleting %s (repo size < 15M)...", path)
|
||||
log.Printf("Deleting %s (dir size < 15M)...", path)
|
||||
os.RemoveAll(path)
|
||||
} else {
|
||||
log.Printf("Would delete %s (repo size < 15M)", path)
|
||||
log.Printf("Would delete %s (dir size < 15M)", path)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user