Skip to content

Commit

Permalink
fix: Package names for mwaa and mq
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Blatt (external expert on behalf of DB Netz) <[email protected]>
  • Loading branch information
MisterMX committed Sep 5, 2023
1 parent d5f6675 commit d623774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/controller/mq/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package mwaa
package mq

import (
ctrl "sigs.k8s.io/controller-runtime"
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/mwaa/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package mq
package mwaa

import (
ctrl "sigs.k8s.io/controller-runtime"
Expand Down

0 comments on commit d623774

Please sign in to comment.