Skip to content

Commit

Permalink
fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzacy committed Apr 26, 2019
1 parent 21cba49 commit bafa0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/cmd/config-bootstrapper/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func main() {
if err := updateconfig.Update(&osFileGetter{root: o.sourcePath}, client.CoreV1().ConfigMaps(cm.Namespace), cm.Name, cm.Namespace, data, logger); err != nil {
logger.WithError(err).Error("failed to update config on cluster")
} else {
logger.Infof("Successfully processed configmap")
logger.Info("Successfully processed configmap")
}
}
}
Expand Down

0 comments on commit bafa0e0

Please sign in to comment.