Commit 70c47a7f authored by Gustavo Barbosa's avatar Gustavo Barbosa

Remove duplicated "because" word in warning message.

parent 854a0798
...@@ -89,7 +89,7 @@ module Pod ...@@ -89,7 +89,7 @@ module Pod
file_ref = group.files.find { |f| f.path == path } file_ref = group.files.find { |f| f.path == path }
if config.base_configuration_reference != file_ref if config.base_configuration_reference != file_ref
UI.warn 'CocoaPods did not set the base configuration of your ' \ UI.warn 'CocoaPods did not set the base configuration of your ' \
'project because because your project already has a custom ' \ 'project because your project already has a custom ' \
'config set. In order for CocoaPods integration to work at ' \ 'config set. In order for CocoaPods integration to work at ' \
'all, please either set the base configurations of the target ' \ '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 " \
......
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