From 3684a7a76c2eec7502f50a946225179ba302b91e Mon Sep 17 00:00:00 2001 From: Kalle Stenflo Date: Thu, 19 Mar 2015 20:30:29 +0100 Subject: [PATCH] Fixed Heroku proc file. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index fcf2056f..673eb7a7 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: java $JAVA_OPTS -Dserver.http.port=$PORT -DresourceBase=json-path-web-test/build/resources/main/webapp/ -jar json-path-web-test/build/distributions/json-path-web-test-*-shadow.jar \ No newline at end of file +web: java $JAVA_OPTS -Dserver.http.port=$PORT -DresourceBase=json-path-web-test/build/resources/main/webapp/ -jar json-path-web-test/build/distributions/json-path-web-test-*.jar \ No newline at end of file