Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ludvig Liljenberg <lliljenberg@microsoft.com>
  • Loading branch information
ludfjig committed Sep 5, 2023
1 parent 4f10522 commit f7f2395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/porter/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"get.porter.sh/porter/pkg/config"
)

// Create function creates a porter configuration in the specified directory or in the current directory if no directory is specified.
// Create function creates a porter configuration in the specified directory (bundleName) or in the current directory if no directory is specified.
// The bundle's name will be the given bundleName, or "porter_hello" if bundleName is the empty string
func (p *Porter) Create(bundleName string) error {
// Normalize the bundleName by removing trailing slashes
Expand Down

0 comments on commit f7f2395

Please sign in to comment.