Skip to content

Commit

Permalink
Fix the base_url typo in the configuration docs
Browse files Browse the repository at this point in the history
fixes #190
  • Loading branch information
goosemania authored and mdellweg committed Mar 29, 2021
1 parent e0db9d4 commit d2be887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/190.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed the base_url typo in the configuration docs.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ format = "json"
To generate a new configuration:

```
pulp config create --base_url "http://localhost"
pulp config create --base-url "http://localhost"
pulp config create -e # with an editor (e.g. vim)
pulp config create -i # interactive prompts
```
Expand Down

0 comments on commit d2be887

Please sign in to comment.