Skip to content

Commit

Permalink
Address Issue #270. Fixed procfile command for heroku.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Aug 13, 2013
1 parent b905581 commit 416aecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: ./bin/unicorn -p $PORT -c config/unicorn.rb
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb

0 comments on commit 416aecd

Please sign in to comment.