diff --git a/files/en-us/learn/server-side/django/deployment/index.md b/files/en-us/learn/server-side/django/deployment/index.md index 3096a1b5836ee66..98bcdaf194644e5 100644 --- a/files/en-us/learn/server-side/django/deployment/index.md +++ b/files/en-us/learn/server-side/django/deployment/index.md @@ -634,7 +634,7 @@ Save these settings and commit them to your GitHub repo. You will then need to update the version of your project on PythonAnywhere. Assuming you're using your Bash prompt in the folder `.pythonanywhere.com`, and you have pushed the changes to the main branch, then you could import them in the Bash prompt using the command: -```Bash +```bash git pull origin main ```