Commit e1022c5d authored by Kyle Fuller's avatar Kyle Fuller

Merge pull request #2686 from nemesis/add-a-missing-backtick

Added a mising backtick in xcconfig_integrator warning message
parents 8576267d 96cc11ed
......@@ -92,7 +92,7 @@ module Pod
'project because your project already has a custom ' \
'config set. In order for CocoaPods integration to work at ' \
'all, please either set the base configurations of the target ' \
"#{target.name}` to `#{path}` or include the `#{path}` in your " \
"`#{target.name}` to `#{path}` or include the `#{path}` in your " \
'build configuration.'
false
elsif !file_ref
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment