Skip to content

Commit

Permalink
production.txt no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
fasouto committed Oct 25, 2016
1 parent 188a797 commit 3479050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def install_dependencies():
ensure_virtualenv()
with virtualenv(env.virtualenv):
with cd(env.code_dir):
run_venv("pip install -r requirements/production.txt")
run_venv("pip install -r requirements.txt")


def ensure_virtualenv():
Expand Down

0 comments on commit 3479050

Please sign in to comment.