Skip to content

Commit

Permalink
Print changes also for consistency errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciprian Hacman committed Nov 12, 2020
1 parent 4579a1b commit c946f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upup/pkg/fi/dryrun_target.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ func (t *DryRunTarget) PrintReport(taskMap map[string]Task, out io.Writer) error
fmt.Fprintf(b, " internal consistency error!\n")
fmt.Fprintf(b, " actual: %+v\n", r.a)
fmt.Fprintf(b, " expect: %+v\n", r.e)
fmt.Fprintf(b, " change: %+v\n", r.changes)
continue
}

Expand Down

0 comments on commit c946f16

Please sign in to comment.