Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Prepend bumblebee- to internal controller component name
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed May 20, 2021
1 parent 053a2b8 commit a7e3635
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/transformation-controller/main.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
Copyright (c) 2020 TriggerMesh Inc.
Copyright (c) 2020-2021 TriggerMesh Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -25,5 +25,5 @@ import (
)

func main() {
sharedmain.Main("controller", controller.NewController)
sharedmain.Main("bumblebee-controller", controller.NewController)
}

0 comments on commit a7e3635

Please sign in to comment.