From 67418eefc35396544f3b5d69edd99ed215d69c9c Mon Sep 17 00:00:00 2001 From: Vlad Date: Sat, 12 Dec 2020 20:57:09 +0300 Subject: [PATCH] Code correction --- xcode/fastlane/touchlane/lib/touchlane/features.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/xcode/fastlane/touchlane/lib/touchlane/features.rb b/xcode/fastlane/touchlane/lib/touchlane/features.rb index 3c50022..3345c01 100644 --- a/xcode/fastlane/touchlane/lib/touchlane/features.rb +++ b/xcode/fastlane/touchlane/lib/touchlane/features.rb @@ -24,6 +24,7 @@ module Touchlane else File.open(project_features_file_path, "w") do |f| f.write(features_json) + end end end