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