also show debname
This commit is contained in:
parent
6cbd7e67af
commit
e333ca726b
3
human.go
3
human.go
|
@ -42,6 +42,9 @@ func (f *Forge) standardHeader(r *ForgeConfig) string {
|
||||||
if r.UserBranchName != "" {
|
if r.UserBranchName != "" {
|
||||||
flags += "(user=" + r.UserBranchName + ") "
|
flags += "(user=" + r.UserBranchName + ") "
|
||||||
}
|
}
|
||||||
|
if r.DebName != "" {
|
||||||
|
flags += "(deb=" + r.DebName + ") "
|
||||||
|
}
|
||||||
return fmt.Sprintf("%-4s %-40s %s", readonly, r.GoPath, flags)
|
return fmt.Sprintf("%-4s %-40s %s", readonly, r.GoPath, flags)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue