missing \n in Printf()
This commit is contained in:
parent
46d61345af
commit
6b1e922aaa
|
@ -59,7 +59,7 @@ func (repo *Repo) RepoIgnoresGoMod() error {
|
|||
}
|
||||
} else {
|
||||
if ignored {
|
||||
fmt.Printf("%s %s is ignored by Git.\n", repo.GetGoPath(), file)
|
||||
// fmt.Printf("%s %s is ignored by Git.\n", repo.GetGoPath(), file)
|
||||
repo.GoInfo.GitIgnoresGoSum = true
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue