From 2af414680f90f47b4d5adce2501926b00ce074d4 Mon Sep 17 00:00:00 2001 From: Vlad Date: Sun, 27 Dec 2020 22:32:45 +0300 Subject: [PATCH] Fix paths --- xcode/fastlane/touchlane/lib/touchlane/features.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcode/fastlane/touchlane/lib/touchlane/features.rb b/xcode/fastlane/touchlane/lib/touchlane/features.rb index bebd4bf..37b0f29 100644 --- a/xcode/fastlane/touchlane/lib/touchlane/features.rb +++ b/xcode/fastlane/touchlane/lib/touchlane/features.rb @@ -1,5 +1,5 @@ -require_relative '../../managers/managers' -require_relative '../../templates/templates' +require_relative '../../../../managers/managers' +require_relative '../../../../templates/templates' module Touchlane class Features