From 7effc55316aec9d30c0a295ab5a4b9cb9191e14d Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 18 Dec 2015 07:03:29 +0100 Subject: Updated link of post-deploy script for Heroku. --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.json') diff --git a/app.json b/app.json index cfc03f44..41d695c6 100644 --- a/app.json +++ b/app.json @@ -9,7 +9,7 @@ "repository": "https://github.com/JARR-aggregator/JARR.git", "logo": "https://raw.githubusercontent.com/JARR-aggregator/JARR/master/web/static/img/logo.png", "scripts": { - "postdeploy": "python manager.py db_create" + "postdeploy": "python src/manager.py db_create" }, "env": { "HEROKU": "1", -- cgit