Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sdischer-sap authored Dec 20, 2024
1 parent 8f9b5f9 commit a5b832c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/provider/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ func main() {

kingpin.MustParse(app.Parse(os.Args[1:]))


fmt.Print("TestChange for PR")

Check failure on line 85 in cmd/provider/main.go

View workflow job for this annotation

GitHub Actions / run-e2e-test / e2e-test

undefined: fmt

Check failure on line 85 in cmd/provider/main.go

View workflow job for this annotation

GitHub Actions / run-unit-test / unit-tests

undefined: fmt

zl := zap.New(zap.UseDevMode(*debug))
log := logging.NewLogrLogger(zl.WithName("crossplane-provider-btp"))
ctrl.SetLogger(zl)
Expand Down

0 comments on commit a5b832c

Please sign in to comment.