Skip to content

Commit 889226a

Browse files
author
IvanZosimov
committed
Fix typo
1 parent 00d9c42 commit 889226a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ By default runner downloads and installs tools into the folder set up by `RUNNER
435435
- In the same shell that your runner is using, type `export AGENT_TOOLSDIRECTORY=/path/to/folder`.
436436
- More permanent way of setting the environment variable is to create an `.env` file in the same directory as your runner and to add `AGENT_TOOLSDIRECTORY=/path/to/folder`. This ensures the variable is always set if your runner is configured as a service.
437437

438-
If you're using non-default tool cache directory be sure that the user starting the runner have write permission to the new tool cache directory folder. To check the current user and group that the runner belongs type `ls -l` inside the runners root directory.
438+
If you're using non-default tool cache directory be sure that the user starting the runner have write permission to the new tool cache directory. To check the current user and group that the runner belongs type `ls -l` inside the runners root directory.
439439

440440
The runner can be granted write access to any directory using a few techniques:
441441
- The user starting the runner is the owner, and the owner has write permission.

0 commit comments

Comments
 (0)