Skip to content

Commit

Permalink
fixing release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Delizy committed Oct 18, 2021
1 parent 9cd61bd commit e56b0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-buildenv
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ check_command_exists python git awk sed pip npm xargs grep
check_virtual_env

status "- Installing needed python modules"
grep -v django-cms docs/requirements.txt | xargs pip install --quiet django-admin transifex-client
grep -v django-cms docs/requirements.txt | grep -v '#' | xargs pip install --quiet django-admin transifex-client

check_command_exists django-admin

Expand Down

0 comments on commit e56b0f8

Please sign in to comment.