Skip to content

Commit

Permalink
revert removal of logging for porter create (#2900)
Browse files Browse the repository at this point in the history
add back the log

Signed-off-by: Ludvig Liljenberg <lliljenberg@microsoft.com>
  • Loading branch information
ludfjig committed Sep 11, 2023
1 parent 235a441 commit 8dc0095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/porter/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8dc0095

Please sign in to comment.