Skip to content

Commit

Permalink
Update package-init.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leeederek authored Oct 23, 2023
1 parent bdda77c commit 797d680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/cli-reference/package-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `package init` command converts the current directory into a [Kurtosis packa
kurtosis package init $PACKAGE_NAME
```

The optional `$PACKAGE_NAME` argument is the [locator][locators] to the package, in the format `github.com/USER/REPO`.
The optional `$PACKAGE_NAME` argument is the [locator][locators] to the package, in the format `github.com/USER/REPO`. If an argument is not passed, the package locator will simply be: `github.com/example-org/example-package` by default.

<!---------------------->
[package]: ../concepts-reference/packages.md
Expand Down

0 comments on commit 797d680

Please sign in to comment.