From 136beef976eae2c184cdcda51338cbcb43ccdbbb Mon Sep 17 00:00:00 2001 From: Vlad Date: Sat, 12 Dec 2020 21:12:58 +0300 Subject: [PATCH] Fix typo --- 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 4806fba..f0d55a7 100644 --- a/xcode/fastlane/touchlane/lib/touchlane/features.rb +++ b/xcode/fastlane/touchlane/lib/touchlane/features.rb @@ -20,7 +20,7 @@ module Touchlane features_json = JSON.pretty_generate(features) unless File.exists? project_features_file_path - raise "Unable to load features from file at #{path}" + raise "Unable to load features to file at #{path}" else File.open(project_features_file_path, "w") do |f| f.write(features_json)