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 a71e79f commit ffa79c2
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 @@ -95,7 +95,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 ffa79c2

Please sign in to comment.