Skip to content

Commit

Permalink
fix: Fixed use of --force within dev env script (#194)
Browse files Browse the repository at this point in the history
Fixed use of --force within dev env script

Co-authored-by: Neha <[email protected]>
  • Loading branch information
chandrasekharan-zipstack and nehabagdia authored Apr 2, 2024
1 parent d56d45e commit 189ef5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-env-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ install_pre_commit_hook() {
pushd ${script_dir} 1>/dev/null

echo -e "Installing ""$blue_text""Git pre-commit hook""$default_text"
pdm venv create -w virtualenv --with-pip --force
pdm venv create -w virtualenv --with-pip $opt_force
eval $(pdm venv activate in-project)
pdm sync --dev -G lint -G hook-check-django-migrations
pre-commit install
Expand Down

0 comments on commit 189ef5b

Please sign in to comment.