From 6307930a69764563b2e64effa4f629132f0d9996 Mon Sep 17 00:00:00 2001 From: killuazhu Date: Tue, 6 Jul 2021 08:39:06 -0400 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d17ab9a6..27394dd5d 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ If you are experiencing problems while configuring Python on your self-hosted ru - The user starting the runner is in the owning group, and the owning group has write permission. - All users have write permission. - One quick way to grant access is to change the user and group of `/opt/hostedtoolcache` to be the same as the runners using `chown`. - - `sudo chown runner-user:runner-group opt/hostedtoolcache/`. + - `sudo chown runner-user:runner-group /opt/hostedtoolcache/`. - If your runner is configured as a service and you run into problems, make sure the user that the service is running as is correct. For more information, you can [check the status of your self-hosted runner](https://help.github.com/en/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service#checking-the-status-of-the-service). ### Mac