Skip to content

Commit

Permalink
Update go_plugin_installer.go (#2763)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmalikconfluent committed May 16, 2024
1 parent cfdcdbe commit 652d9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/go_plugin_installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (g *GoPluginInstaller) CheckVersion(ver *version.Version) error {
}

func (g *GoPluginInstaller) Install() error {
packageName := fmt.Sprintf("github.com/confluentinc/cli/v3-plugins/%s@latest", g.Name)
packageName := fmt.Sprintf("github.com/confluentinc/cli-plugins/%s@latest", g.Name)
installCmd := exec.NewCommand("go", "install", packageName)

if _, err := installCmd.Output(); err != nil {
Expand Down

0 comments on commit 652d9a6

Please sign in to comment.