Skip to content

Commit db35c1e

Browse files
authored
Merge pull request #771 from geigerj0/patch-3
Fix path to `contributions-for-user.sh` in example
2 parents 5835ca3 + 60b195c commit db35c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toc/ROLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ approver in an OWNERS file:
303303
The [contributions-for-user.sh script](https://github.com/cloudfoundry/community/blob/main/toc/working-groups/contributions-for-user.sh) can be used to help gather information from GitHub related to Issues, PRs, and code contributions. It requires the `gh` CLI, and for users to authenticate with credentials allowing Gist creation:
304304

305305
```
306-
./working-groups/contributions-for-user.sh <github username> <working group name>
306+
./toc/working-groups/contributions-for-user.sh <github username> <working group name>
307307
```
308308

309309
- Nominated by a WG lead (with no objections from other leads).

0 commit comments

Comments
 (0)