Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3905 from gratipay/fix-payday-heroku
Browse files Browse the repository at this point in the history
Specify heroku app in masspay.sh
  • Loading branch information
chadwhitacre committed Jan 25, 2016
2 parents e8d358b + a2ec66f commit 7294996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions masspay.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
heroku config -s | honcho run -e /dev/stdin ./env/bin/python ./bin/masspay.py -i
./bin/masspay.py -o
heroku config -s -a gratipay | ./env/bin/honcho run -e /dev/stdin ./env/bin/python ./bin/masspay.py -i
./env/bin/python ./bin/masspay.py -o

0 comments on commit 7294996

Please sign in to comment.