Skip to content

Commit

Permalink
Merge pull request #2126 from tonistiigi/digest-print
Browse files Browse the repository at this point in the history
progressui: don't print vertex digest
  • Loading branch information
tonistiigi committed May 21, 2021
2 parents 70deac1 + 2bba968 commit 4de7d03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/progress/progressui/printer.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func (p *textMux) printVtx(t *trace, dgst digest.Digest) {
fmt.Fprintf(p.w, "#%d %s\n", v.index, limitString(v.Name, 72))
} else {
fmt.Fprintf(p.w, "#%d %s\n", v.index, v.Name)
fmt.Fprintf(p.w, "#%d %s\n", v.index, v.Digest)
}

}
Expand Down

0 comments on commit 4de7d03

Please sign in to comment.