Commit ea5b0243 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'docs/dependency-proxy-fix-folder-name-typo' into 'master'

Fix typo with folder name

See merge request gitlab-org/gitlab!80671
parents eeada764 6dbaa131
...@@ -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