docs: remove REPO variable
This commit is contained in:
parent
98541def65
commit
c8d3b1f0c1
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ are signed.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sh .repo/remove [packages ...]
|
sh .repo/remove [packages ...]
|
||||||
rm -f /var/lib/repo/$REPO/{packages,and,signatures,to,delete}
|
rm -f /var/lib/repo/grawlinson/{packages,and,signatures,to,delete}
|
||||||
```
|
```
|
||||||
|
|
||||||
Removal of package(s) from the repository is invoked via the `.repo/remove`
|
Removal of package(s) from the repository is invoked via the `.repo/remove`
|
||||||
|
|
Loading…
Reference in a new issue