From 49f3b4daacadf266629b6d2110a68c1d9cb82176 Mon Sep 17 00:00:00 2001 From: David Russell Date: Wed, 15 Nov 2017 09:40:20 +0700 Subject: [PATCH] Fix offline assets.jar dep path in config. --- conf/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/application.conf b/conf/application.conf index 3783192..ac2e73a 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -382,7 +382,7 @@ gitpitch { prod { fixed { assets { - home = "./lib/com.gitpitch.server-1.0-assets.jar" + home = "./lib/com.gitpitch.server-2.0-assets.jar" } } }