chore: change to space separated list

This commit is contained in:
iff 2024-12-09 01:30:17 +01:00
parent 039e609aaa
commit 5b521dff09
6 changed files with 6 additions and 5 deletions

View file

@ -30,7 +30,7 @@ When running your module, you will get the following environment variables:
- `_PR_COMMAND`: The command, without arguments
- `_PR_LAST_COMMAND`: Full command with arguments
- `_PR_ERROR_MSG`: Error message from the command
- `_PR_EXECUTABLES`: A comma (`,`) separated list of executables in `PATH`
- `_PR_EXECUTABLES`: A space (` `) separated list of executables in `PATH`
Your module should return: