Commit 6dbaa131 authored by Anton Smith's avatar Anton Smith

Fix typo with folder name

parent 7bb0d54a
...@@ -242,7 +242,7 @@ total | filesystem | objectstg ...@@ -242,7 +242,7 @@ total | filesystem | objectstg
10 | 0 | 10 10 | 0 | 10
``` ```
Verify that there are no files on disk in the `packages` folder: Verify that there are no files on disk in the `dependency_proxy` folder:
```shell ```shell
sudo find /var/opt/gitlab/gitlab-rails/shared/dependency_proxy -type f | grep -v tmp | wc -l sudo find /var/opt/gitlab/gitlab-rails/shared/dependency_proxy -type f | grep -v tmp | wc -l
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment