Skip to content

Commit

Permalink
fixed bug: wrong name for requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
Yariv Katz committed Jun 30, 2013
1 parent fb2a33e commit 77e7998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heroku-django.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ main(){
git add .
git commit -m "init django app"
echo 'Creating requirments file'
pip freeze > requirments.txt
pip freeze > requirements.txt

echo 'creating heroku app'
heroku create
Expand Down

0 comments on commit 77e7998

Please sign in to comment.