Skip to content

Commit

Permalink
Merge pull request #1277 from ekohl/fix-deploy
Browse files Browse the repository at this point in the history
Correct cd command on updating the deployment
  • Loading branch information
ekohl authored Jun 3, 2018
2 parents 5e28d31 + 4df7e99 commit ad88010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/django_templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $ git push

{% filename %}PythonAnywhere command-line{% endfilename %}
```
$ cd my-first-blog
$ cd $USER.pythonanywhere.com
$ git pull
[...]
```
Expand Down

0 comments on commit ad88010

Please sign in to comment.