From ecad552f4f4919c052cc66b65f5584b83145caf2 Mon Sep 17 00:00:00 2001 From: mathiascode Date: Sat, 30 Nov 2019 20:40:06 +0200 Subject: [PATCH] Use correct Java path --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 55edabe..d0ae350 100755 --- a/bin/compile +++ b/bin/compile @@ -13,7 +13,7 @@ cd ../../ # Move Java files to the dyno -mv java $BUILD_DIR/java +mv vendor/java $BUILD_DIR/java # Move scripts to the dyno