From 2712da9b8941b3bbef80f318e93cf5790a1695c5 Mon Sep 17 00:00:00 2001 From: Vlad Date: Sat, 12 Dec 2020 21:16:07 +0300 Subject: [PATCH] Code correction --- xcode/fastlane/touchlane/lib/touchlane/features.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/fastlane/touchlane/lib/touchlane/features.rb b/xcode/fastlane/touchlane/lib/touchlane/features.rb index f0d55a7..00a4e3e 100644 --- a/xcode/fastlane/touchlane/lib/touchlane/features.rb +++ b/xcode/fastlane/touchlane/lib/touchlane/features.rb @@ -28,7 +28,7 @@ module Touchlane end end - def self.get_features_from_file(path) + def self.get_features_from_file(path) unless File.exists? path raise "Unable to load features from file at #{path}" else