Skip to content

Commit fcbf7e1

Browse files
authored
Merge pull request #313 from tulilirockz/anda-wrong
fix(anda): mock cache is stored in `/var/cache` instead of `/var/lib`
2 parents b0d6f34 + cec9bdd commit fcbf7e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/terra/contributing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you're on atomic system, or otherwise prefer to work with containers, you can
7777
Simply run:
7878

7979
```shell
80-
podman run --rm --cap-add=SYS_ADMIN --privileged --volume ./:/anda --volume mock_cache:/var/lib/mock --workdir /anda ghcr.io/terrapkg/builder:frawhide anda`
80+
podman run --rm --cap-add=SYS_ADMIN --privileged --volume ./:/anda --volume mock_cache:/var/cache/mock --workdir /anda ghcr.io/terrapkg/builder:frawhide anda`
8181
```
8282

8383
#### Cargo

0 commit comments

Comments
 (0)