Skip to content

Commit

Permalink
fix: typing error
Browse files Browse the repository at this point in the history
Signed-off-by: joshua <[email protected]>
  • Loading branch information
sujoshua committed Aug 24, 2024
1 parent e747be1 commit 51a719e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/const.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package controller

const (
ConfigMapKind string = "Configmap"
ConfigMapKind string = "ConfigMap"
)

0 comments on commit 51a719e

Please sign in to comment.