diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-06 13:10:23 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-06 13:10:23 +0200 |
commit | 3ed42b9141fed1737f1a4bc8f94f3bc5a36dae1b (patch) | |
tree | 7b215e894fffc21dd809fae56a088d1ae4dd128a /app.json | |
parent | validate and update app.json (diff) | |
download | newspipe-3ed42b9141fed1737f1a4bc8f94f3bc5a36dae1b.tar.gz newspipe-3ed42b9141fed1737f1a4bc8f94f3bc5a36dae1b.tar.bz2 newspipe-3ed42b9141fed1737f1a4bc8f94f3bc5a36dae1b.zip |
typo
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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": { |