From 38a5c2e7fd25ec0973be1b69ff763629a833c7b2 Mon Sep 17 00:00:00 2001 From: Nicolas Vermande Date: Wed, 8 May 2024 20:11:31 +0100 Subject: [PATCH] fix typo --- docs/features/github/tutorials/automated-pull-requests.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/github/tutorials/automated-pull-requests.mdx b/docs/features/github/tutorials/automated-pull-requests.mdx index b336f373f..ee7933685 100644 --- a/docs/features/github/tutorials/automated-pull-requests.mdx +++ b/docs/features/github/tutorials/automated-pull-requests.mdx @@ -214,7 +214,7 @@ kubectl delete namespace otterize-tutorial-github Delete the Git repository with the following command, replacing the GitHub user name with yours. ```bash -gh repo delete {owner name}/otterize-tutorial-github +gh repo delete $GH_USER/otterize-tutorial-github ``` :::note If your API doesn't grant *delete* privileges, navigate to the repository's *Settings* section to delete it manually.