diff --git a/pkg/porter/create.go b/pkg/porter/create.go index 7a8c61eb5..427f9f8b4 100644 --- a/pkg/porter/create.go +++ b/pkg/porter/create.go @@ -13,6 +13,7 @@ import ( // Create creates a new bundle configuration in the current directory func (p *Porter) Create() error { + fmt.Fprintln(p.Out, "creating porter configuration in the current directory") destinationDir := "." // current directory if err := p.CopyTemplate(p.Templates.GetManifest, filepath.Join(destinationDir, config.Name)); err != nil {