Skip to content

Commit

Permalink
Correct registration name of Sonatype Nexus Repository provisioner (Q…
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Jun 22, 2024
1 parent badae0e commit dacdb93
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 @@ -19,7 +19,7 @@ func main() {
pps := plugin.NewSet()
pps.RegisterProvisioner("docker-mailserver-provisioner", new(dockerMailServerProv.Provisioner))
pps.RegisterProvisioner("kong-api-gateway-provisioner", new(kongApiGatewayProv.Provisioner))
pps.RegisterProvisioner("sonatype-nexus-repository", new(sonatypeNexusRepository.Provisioner))
pps.RegisterProvisioner("sonatype-nexus-repository-provisioner", new(sonatypeNexusRepository.Provisioner))
pps.SetVersion(pluginVersion.PluginVersion)
err := pps.Run()
if err != nil {
Expand Down

0 comments on commit dacdb93

Please sign in to comment.