aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-06 11:20:37 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-06 11:20:37 +0200
commitfac8c94c92bc42cc1f79cd1b427083fa39e0c128 (patch)
tree2c52a7595f1040a45434667c5205cebf111b6fde
parentcheck (diff)
downloadnewspipe-fac8c94c92bc42cc1f79cd1b427083fa39e0c128.tar.gz
newspipe-fac8c94c92bc42cc1f79cd1b427083fa39e0c128.tar.bz2
newspipe-fac8c94c92bc42cc1f79cd1b427083fa39e0c128.zip
typo
-rw-r--r--app.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/app.json b/app.json
index 23294639..d8ba6eae 100644
--- a/app.json
+++ b/app.json
@@ -6,11 +6,11 @@
"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 ini; git submodule update"
+ "postdeploy": "python src/manager.py db_create, git submodule init; git submodule update"
},
"env": {
"PLATFORM_URL": {
- "description": "Address of your instance (for example: https://your-application-name.herokuapp.com/)",
+ "description": "Address of your instance (for example: https://YOUR-APPLICATION-NAME.herokuapp.com/)",
"required": true,
"value": ""
},
bgstack15