From f130602e89fd529ee4770e739ad9cec92a97ca2d Mon Sep 17 00:00:00 2001 From: Allie Date: Thu, 12 Nov 2020 15:32:45 +0000 Subject: [PATCH] Fixes typo in key app.github.rate-limiting-exempt-users --- content/admin/configuration/command-line-utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/admin/configuration/command-line-utilities.md b/content/admin/configuration/command-line-utilities.md index 204fc49dfe00..e90d64ff38b7 100644 --- a/content/admin/configuration/command-line-utilities.md +++ b/content/admin/configuration/command-line-utilities.md @@ -82,7 +82,7 @@ Allows you to find the uuid of your node in `cluster.conf`. 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)." ``` shell -$ ghe-config app.github.rate_limiting_exempt_users "hubot github-actions" +$ ghe-config app.github.rate-limiting-exempt-users "hubot github-actions" # Exempts the users hubot and github-actions from rate limits ``` {% endif %}