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 d543ff4837..51e271eadf 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 @@ -36,7 +36,7 @@ The `git remote add` command takes two arguments: For example: ```shell -$ git remote add origin https://{% data variables.command_line.codeblock %}/USER/REPO>.git +$ git remote add origin https://{% data variables.command_line.codeblock %}/USER/REPO.git # Set a new remote $ git remote -v