Skip to content

Commit

Permalink
Fixed create_sync_publish.md example code
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 authored Jun 21, 2024
1 parent 1c36b39 commit eb796e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging_docs/user/tutorials/create_sync_publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ available for users.

```bash
echo "Creating Repository."
pulp rpm repository create --name foo | jq -r '.pulp_href')
pulp rpm repository create --name foo | jq -r '.pulp_href'
echo "Inspecting Repository."
pulp rpm repository show --name foo
```
Expand Down

0 comments on commit eb796e8

Please sign in to comment.