Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adi committed Mar 22, 2023
1 parent ddccb75 commit 7611fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sudo chown vagrant:vagrant /srv

# NOTE: Bash
sudo sed -i '$a cd /srv/django-markdownx/' ~/.bashrc
sudo sed -i '$a workon django-markdownx' ~/.bashrc
sudo sed -i '$a source ~/.virtualenvs/django-markdownx/bin/activate' ~/.bashrc

# NOTE: Install Node modules, compile static files and run migrations
cd /srv/django-markdownx/
Expand Down Expand Up @@ -302,4 +302,4 @@ failures = test_runner(
failfast=False).run_tests(['tests'])
sys.exit(failures)</contents>
</file>
</dev>
</dev>

0 comments on commit 7611fb0

Please sign in to comment.