aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-06 13:10:23 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-06 13:10:23 +0200
commit3ed42b9141fed1737f1a4bc8f94f3bc5a36dae1b (patch)
tree7b215e894fffc21dd809fae56a088d1ae4dd128a /app.json
parentvalidate and update app.json (diff)
downloadnewspipe-3ed42b9141fed1737f1a4bc8f94f3bc5a36dae1b.tar.gz
newspipe-3ed42b9141fed1737f1a4bc8f94f3bc5a36dae1b.tar.bz2
newspipe-3ed42b9141fed1737f1a4bc8f94f3bc5a36dae1b.zip
typo
Diffstat (limited to 'app.json')
-rw-r--r--app.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json
index d0234cbc..eafb7f4f 100644
--- a/app.json
+++ b/app.json
@@ -10,7 +10,7 @@
"repository": "https://github.com/newspipe/newspipe",
"logo": "https://raw.githubusercontent.com/newspipe/newspipe/master/src/web/static/img/newspipe.png",
"scripts": {
- "postdeploy": "python src/manager.py db_create, git submodule init; git submodule update"
+ "postdeploy": "python src/manager.py db_create; git submodule init; git submodule update"
},
"env": {
"PLATFORM_URL": {
bgstack15