Skip to content

Commit

Permalink
Fix setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed May 2, 2024
1 parent 9fe8940 commit d5e799e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ default = true
shell = """
set -ex
poetry install --sync
if ! [[ -e .env ]]; then cp fastapi.env .env; fi
if ! [[ -e .env ]]; then cp dev.env .env; fi
"""
interpreter = "bash"

Expand Down

0 comments on commit d5e799e

Please sign in to comment.