Skip to content

Commit ce039c8

Browse files
committed
fix admonition wording pulp_fetch_upload.md
* looks like I wasn't paying close enough attention here. This edit should fix it.
1 parent 7553d19 commit ce039c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/repositories/pulp_fetch_upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pulp rpm repository create --name "R92_BaseOS_Vault" --remote "rocky_92_baseos_v
6767

6868
!!! note
6969

70-
It is important to add "--skip-type treeinfo", otherwise instead of just BaseOS or AppStream, you end up with a weird mix of both. This probably due to an issue with repositories that are not dependency closed. If the remote was not specified before, you can add it, otherwise, if you added it at time of creation, it is not necessary to mention the remote in the sync as it is implied.
70+
It is important to add "--skip-type treeinfo", otherwise instead of just BaseOS or AppStream, you end up with a weird mix of both. This is probably due to an issue with repositories that are not dependency closed. If the remote was not specified before, you can add it, otherwise, if you added it at the time of creation, it is not necessary to mention the remote in the sync as it is implied.
7171

7272
```bash
7373
pulp rpm repository sync --name "R92_AppStream_Vault" --skip-type treeinfo

0 commit comments

Comments
 (0)