Skip to content

Commit

Permalink
feat: rename source advertised in plugin server (#479)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Liechti <[email protected]>
  • Loading branch information
the-technat authored Oct 23, 2024
1 parent 7b7f148 commit ae94171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func main() {
}

err = tf6server.Serve(
"registry.terraform.io/oboukili/argocd",
"registry.terraform.io/argoproj-labs/argocd",
muxServer.ProviderServer,
serveOpts...,
)
Expand Down

0 comments on commit ae94171

Please sign in to comment.