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]'