From 661691eae1e7ce6986b572d6a260d9cb53e3ce76 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 6 Apr 2017 11:41:41 -0400 Subject: fix location of platform --- Leapfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Leapfile b/Leapfile index 69778b5..115172a 100644 --- a/Leapfile +++ b/Leapfile @@ -1,2 +1,2 @@ -@platform_directory_path = "../leap_platform" -# see https://leap.se/en/docs/platform/config for more options \ No newline at end of file +@platform_directory_path = File.expand_path("../../../..", __FILE__) +# see https://leap.se/en/docs/platform/config for more options -- cgit v1.2.3