Skip to content

Commit f6f6b64

Browse files
authored
Merge pull request #1279 from github/GalaxyAllie-patch-1
Fixes typo in key app.github.rate-limiting-exempt-users
2 parents a3b3625 + 802f4bc commit f6f6b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/admin/configuration/command-line-utilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Allows you to find the uuid of your node in `cluster.conf`.
8282
Allows you to exempt a list of users from API rate limits. For more information, see "[Resources in the REST API](/rest/overview/resources-in-the-rest-api#rate-limiting)."
8383

8484
``` shell
85-
$ ghe-config app.github.rate_limiting_exempt_users "<em>hubot</em> <em>github-actions</em>"
85+
$ ghe-config app.github.rate-limiting-exempt-users "<em>hubot</em> <em>github-actions</em>"
8686
# Exempts the users hubot and github-actions from rate limits
8787
```
8888
{% endif %}

0 commit comments

Comments
 (0)