diff --git a/Makefile b/Makefile index 8609f83..23cb2d6 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ build: go build . cf: - cf uninstall-plugin CreateServicePush || true + cf uninstall-plugin Create-Service-Push || true cf install-plugin CF-CLI-Create-Service-Push-Plugin it: build cf diff --git a/create-services-plugin.go b/create-services-plugin.go index 85ec14a..d857b1d 100644 --- a/create-services-plugin.go +++ b/create-services-plugin.go @@ -8,7 +8,7 @@ import ( "code.cloudfoundry.org/cli/plugin" ) -// CreateServicePush is the struct implementing the interface defined by the core CLI. It can +// Create-Service-Push is the struct implementing the interface defined by the core CLI. It can // be found at "code.cloudfoundry.org/cli/plugin/plugin.go" type CreateServicePush struct { manifest *Manifest @@ -180,7 +180,7 @@ func (c *CreateServicePush) createService(name, broker, plan, JSONParam string) // to the user in the core commands `cf help`, `cf`, or `cf -h`. func (c *CreateServicePush) GetMetadata() plugin.PluginMetadata { return plugin.PluginMetadata{ - Name: "CreateServicePush", + Name: "Create-Service-Push", Version: plugin.VersionType{ Major: 1, Minor: 0,