Skip to content

Commit 9fff16d

Browse files
committed
.: fix error
1 parent 18c7c62 commit 9fff16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/controller-manager/app/controllermanager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"github.com/anywhy/redis-operator/pkg/client/clientset/versioned"
2222
informers "github.com/anywhy/redis-operator/pkg/client/informers/externalversions"
2323
"github.com/anywhy/redis-operator/pkg/controller/redis"
24-
"github.com/anywhy/redis-operator/version"
24+
"github.com/anywhy/redis-operator/pkg/version"
2525
)
2626

2727
// NewRedisControllerManagerCommand creates a *cobra.Command object with default parameters

0 commit comments

Comments
 (0)