From 3ed42b9141fed1737f1a4bc8f94f3bc5a36dae1b Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 6 Apr 2017 13:10:23 +0200 Subject: typo --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.json') 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": { -- cgit