summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-04-06 11:41:41 -0400
committerMicah Anderson <micah@riseup.net>2017-04-06 11:42:54 -0400
commit661691eae1e7ce6986b572d6a260d9cb53e3ce76 (patch)
treeae81d13cd7371551c3b3103d650abd66a98bb899
parent56f44503a15a3a6f7d28496c83095b0aeafc7852 (diff)
fix location of platform
-rw-r--r--Leapfile4
1 files 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