Correct params input to sh

This commit is contained in:
Vlad 2021-03-23 16:56:39 +03:00
parent f5d3b7e4ea
commit 43485eb8f5
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ def run_code_generation_phase_if_needed(options)
xcodeproj_path = File.expand_path options[:xcodeproj_path]
if File.exists? code_generation_script_path
sh("code_generation_script_path ${xcodeproj_path}")
sh("#{code_generation_script_path} #{xcodeproj_path}")
end
end