Skip to content

Commit

Permalink
Merge pull request getporter#1810 from astroparam/fix-contribution-docs
Browse files Browse the repository at this point in the history
docs: fix command in contrib tutorial
  • Loading branch information
carolynvs authored Nov 1, 2021
2 parents 896577f + fa95b9f commit 9087eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/contribute/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ local changes](#use-the-locally-built-porter), let's rebuild and test your chang
1. Build porter to incorporate your new command by running `make build`.
1. Run `porter hello --help` to see the helptext for your command.
1. Run `porter --name YOURNAME` to try out your new command.
1. Run `porter hello --name YOURNAME` to try out your new command.
```bash
$ porter hello --name Carolyn
Expand Down

0 comments on commit 9087eb3

Please sign in to comment.