formatting fix
This commit is contained in:
parent
2b7257fd2d
commit
c0e82648db
|
@ -44,7 +44,7 @@ func doCommit() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if !repo.CheckDirty() {
|
if !repo.CheckDirty() {
|
||||||
okExit(log.Sprintf("this repo %s is not dirty.\n\n--all # commit all changes in all repos.\n", repo.GetFullPath()))
|
okExit(log.Sprintf("this repo %s is not dirty.\n\n--all # commit all changes in all repos", repo.GetFullPath()))
|
||||||
} else {
|
} else {
|
||||||
log.Info("repo is dirty", repo.GetFullPath())
|
log.Info("repo is dirty", repo.GetFullPath())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue