aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps
diff options
context:
space:
mode:
authorGravatar RundownRhino <[email protected]>2024-11-23 22:36:00 +0300
committerGravatar GitHub <[email protected]>2024-11-23 19:36:00 +0000
commit22867d7baca5d51c70942d909f5b8aa72b5c6a9e (patch)
tree8b86c1ce82cc9a256470814a91f961a5d63a79d3 /pydis_site/apps
parentMerge pull request #1429 from python-discord/dependabot/pip/cryptography-43.0.1 (diff)
Fix typo in `git remote add` in the guide (#1437)
Diffstat (limited to 'pydis_site/apps')
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md
index 56d95db4..5693d00c 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md
@@ -27,7 +27,7 @@ To do this, you will need a Gitpod account, which you can get [here](https://www
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:
```sh
git remote rename origin upstream
-git add remote origin https://github.com/{your_username}/sir-lancebot
+git remote add origin https://github.com/{your_username}/sir-lancebot
```
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.