@ -42,6 +42,9 @@ func (f *Forge) standardHeader(r *ForgeConfig) string {
if r.UserBranchName != "" {
flags += "(user=" + r.UserBranchName + ") "
}
if r.DebName != "" {
flags += "(deb=" + r.DebName + ") "
return fmt.Sprintf("%-4s %-40s %s", readonly, r.GoPath, flags)