Skip to content

Commit 22867d7

Browse files
authored
Fix typo in git remote add in the guide (#1437)
1 parent b695525 commit 22867d7

File tree

1 file changed

+1
-1
lines changed
  • pydis_site/apps/content/resources/guides/pydis-guides/contributing

1 file changed

+1
-1
lines changed

pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To do this, you will need a Gitpod account, which you can get [here](https://www
2727
Afterwards, click on [this link](https://gitpod.io/#/github.com/python-discord/sir-lancebot) to spin up a new workspace for Sir Lancebot. Then run the following commands in the terminal after the existing tasks have finished running:
2828
```sh
2929
git remote rename origin upstream
30-
git add remote origin https://github.com/{your_username}/sir-lancebot
30+
git remote add origin https://github.com/{your_username}/sir-lancebot
3131
```
3232
Make sure you replace `{your_username}` with your Github username. These commands will set the Sir Lancebot repository as the secondary remote, and your fork as the primary remote. This means you can easily grab new changes from the main Sir Lancebot repository.
3333

0 commit comments

Comments
 (0)