Skip to content

Commit c3ec958

Browse files
committed
Remove extra % sign in vdiff text report templ
Signed-off-by: Matt Lord <mattalord@gmail.com>
1 parent eaaa206 commit c3ec958

File tree

1 file changed

+1
-1
lines changed
  • go/cmd/vtctldclient/command/vreplication/vdiff

1 file changed

+1
-1
lines changed

go/cmd/vtctldclient/command/vreplication/vdiff/vdiff.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ State: {{.State}}
436436
RowsCompared: {{.RowsCompared}}
437437
HasMismatch: {{.HasMismatch}}
438438
StartedAt: {{.StartedAt}}
439-
{{if (eq .State "started")}}Progress: {{printf "%.2f" .Progress.Percentage}}%%{{if .Progress.ETA}}, ETA: {{.Progress.ETA}}{{end}}{{end}}
439+
{{if (eq .State "started")}}Progress: {{printf "%.2f" .Progress.Percentage}}%{{if .Progress.ETA}}, ETA: {{.Progress.ETA}}{{end}}{{end}}
440440
{{if .CompletedAt}}CompletedAt: {{.CompletedAt}}{{end}}
441441
{{range $table := .TableSummaryMap}}
442442
Table {{$table.TableName}}:

0 commit comments

Comments
 (0)