fix procfile to be compatible with non-unix

This commit is contained in:
David Dollar
2011-09-12 19:07:14 -04:00
parent f7542083dd
commit 51376058d4
3 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
ticker: ./ticker $PORT
error : ./error
ticker: ruby ./ticker $PORT
error : ruby ./error