Skip to content

Commit fa17801

Browse files
authored
Fix typo in README.md (#224)
1 parent 6277dd1 commit fa17801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ If you are experiencing problems while configuring Python on your self-hosted ru
300300
- The user starting the runner is in the owning group, and the owning group has write permission.
301301
- All users have write permission.
302302
- 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`.
303-
- `sudo chown runner-user:runner-group opt/hostedtoolcache/`.
303+
- `sudo chown runner-user:runner-group /opt/hostedtoolcache/`.
304304
- 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).
305305

306306
### Mac

0 commit comments

Comments
 (0)