Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
Signed-off-by: Galo Navarro <anglorvaroa@gmail.com>
  • Loading branch information
srvaroa committed Nov 11, 2023
1 parent bce3e33 commit acf0191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/labeler.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func (l *Labeler) ExecuteOn(target *Target) error {
intentions[label] = isDesired
}
}
log.Printf("Final label updates: `%v`", labelUpdates)
log.Printf("Final labels: `%v`", intentions)

// filter out only labels that must be set
desiredLabels := []string{}
Expand Down

0 comments on commit acf0191

Please sign in to comment.