Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranrg committed Jun 29, 2017
1 parent e2bb3a6 commit 3af0fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/common/lib.go
Expand Up @@ -536,7 +536,7 @@ func UpdateConsumerGroup(c *cli.Context, cClient ccli.Client, mClient mcli.Clien
DestinationUUID: respCG.DestinationUUID,
})

path, name = respDest.GetPath(), respCG.GetConsumerGroupUUID()
path, name = respDest.GetPath(), respCG.GetConsumerGroupName()

default:
path, name = c.Args()[0], c.Args()[1]
Expand Down

0 comments on commit 3af0fde

Please sign in to comment.