Skip to content

Commit fc28fc5

Browse files
authored
Fix ZK plugin name (docker-archive#233)
Signed-off-by: Bill Farner <[email protected]>
1 parent e6925b8 commit fc28fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/flavor/zookeeper/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
func main() {
1313

1414
logLevel := cli.DefaultLogLevel
15-
name := "flavor-zooker"
15+
name := "flavor-zookeeper"
1616

1717
cmd := &cobra.Command{
1818
Use: os.Args[0],

0 commit comments

Comments
 (0)