Skip to content

Commit 43b27e0

Browse files
author
Moritz Clasmeier
committed
var -> const
1 parent 53668f8 commit 43b27e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
"k8s.io/utils/ptr"
2929
)
3030

31-
var (
31+
const (
3232
sharedNamespace = "stackrox"
3333
)
3434

0 commit comments

Comments
 (0)