From e187ce3d605cac09d1dbf764528ec089e1a89155 Mon Sep 17 00:00:00 2001 From: Namnika Date: Thu, 13 Jul 2023 03:28:07 +0530 Subject: [PATCH] fix: remove extra space in remote URL (#26622) --- .../getting-started-with-git/managing-remote-repositories.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/get-started/getting-started-with-git/managing-remote-repositories.md b/content/get-started/getting-started-with-git/managing-remote-repositories.md index 375519bac0..921deeb8ad 100644 --- a/content/get-started/getting-started-with-git/managing-remote-repositories.md +++ b/content/get-started/getting-started-with-git/managing-remote-repositories.md @@ -141,8 +141,8 @@ You can [use a credential helper](/get-started/getting-started-with-git/caching- ```shell $ git remote -v # Verify new remote URL - > origin git@{% data variables.command_line.codeblock %}: OWNER/REPOSITORY.git (fetch) - > origin git@{% data variables.command_line.codeblock %}: OWNER/REPOSITORY.git (push) + > origin git@{% data variables.command_line.codeblock %}:OWNER/REPOSITORY.git (fetch) + > origin git@{% data variables.command_line.codeblock %}:OWNER/REPOSITORY.git (push) ``` ### Troubleshooting: No such remote '[name]'