aboutsummaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-15 22:42:39 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-15 22:42:39 +0200
commitd337ac75295bbd70524ec7004db17426548db5ef (patch)
tree73dba241d6c15e80229dc369d4150ee2fae697ba /Procfile
parentoops. (diff)
downloadnewspipe-d337ac75295bbd70524ec7004db17426548db5ef.tar.gz
newspipe-d337ac75295bbd70524ec7004db17426548db5ef.tar.bz2
newspipe-d337ac75295bbd70524ec7004db17426548db5ef.zip
Ouf.
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Procfile b/Procfile
index ea9cca1b..b684c297 100644
--- a/Procfile
+++ b/Procfile
@@ -1,3 +1,2 @@
web: python runserver.py
-init: python db_create.py
-fix: python fix.py \ No newline at end of file
+init: python db_create.py \ No newline at end of file
bgstack15