Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ludvig Liljenberg <[email protected]>
  • Loading branch information
ludfjig committed Sep 1, 2023
1 parent 3aa8e33 commit 42f2dcd
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 42f2dcd

Please sign in to comment.