s/namespace/Namespace/
This commit is contained in:
parent
b89a5571e9
commit
de30c30005
|
@ -22,7 +22,7 @@ func (f *Forge) CheckDirtyQuiet() {
|
|||
for _, s := range stats {
|
||||
if s.Err == nil {
|
||||
} else {
|
||||
log.Info("forge SetConfigSave(true)")
|
||||
// log.Info("forge SetConfigSave(true)")
|
||||
f.SetConfigSave(true)
|
||||
changed = true
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@ func (f *Forge) PrintHumanTable(allr *gitpb.Repos) {
|
|||
t := new(tally)
|
||||
|
||||
// print the header
|
||||
args := []string{"namespace", "branch", "age", "user", "devel", "master", "", "lasttag", "next", "repo type"}
|
||||
args := []string{"Namespace", "branch", "age", "user", "devel", "master", "", "lasttag", "next", "repo type"}
|
||||
sizes := []int{35, 9, 4, 13, 13, 13, 1, 12, 12, 8}
|
||||
log.Info(cobol.TerminalChomp(cobol.StandardTableSize10(sizes, args)))
|
||||
|
||||
|
@ -39,7 +39,7 @@ func (f *Forge) PrintForgedTable(allr *gitpb.Repos) {
|
|||
t := new(tally)
|
||||
|
||||
// print the header
|
||||
args := []string{"namespace", "branch", "age", "master", "devel", "last tag", "", "", "", ""}
|
||||
args := []string{"Namespace", "branch", "age", "master", "devel", "last tag", "", "", "", ""}
|
||||
sizes := []int{35, 9, 4, 13, 13, 13, 13, 12, 12, 8}
|
||||
log.Info(cobol.TerminalChomp(cobol.StandardTableSize10(sizes, args)))
|
||||
|
||||
|
@ -58,7 +58,7 @@ func (f *Forge) PrintHumanTableFull(allr *gitpb.Repos) {
|
|||
t := new(tally)
|
||||
|
||||
// print the header
|
||||
args := []string{"branch", "age", "user", "devel", "master", "", "lasttag", "next", "repo type", "namespace"}
|
||||
args := []string{"branch", "age", "user", "devel", "master", "", "lasttag", "next", "repo type", "Namespace"}
|
||||
sizes := []int{9, 4, 13, 13, 13, 1, 12, 12, 8, 0}
|
||||
log.Info(cobol.TerminalChomp(cobol.StandardTableSize10(sizes, args)))
|
||||
|
||||
|
@ -78,7 +78,7 @@ func (f *Forge) PrintHumanTableDirty(allr *gitpb.Repos) {
|
|||
t := new(tally)
|
||||
|
||||
// print the header
|
||||
args := []string{"namespace", "branch", "age", "user", "devel", "master", "", "lasttag", "next", "repo type"}
|
||||
args := []string{"Namespace", "branch", "age", "user", "devel", "master", "", "lasttag", "next", "repo type"}
|
||||
sizes := []int{35, 9, 4, 13, 13, 13, 1, 12, 12, 8}
|
||||
log.Info(cobol.TerminalChomp(cobol.StandardTableSize10(sizes, args)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue