Unverified Commit 375b286a authored by Felix Krause's avatar Felix Krause Committed by GitHub

Update warning message

parent e092989f
......@@ -402,7 +402,7 @@ module Pod
return if url.downcase.start_with?('https://')
warning('http', "The URL (#{url}) doesn't use the encrypted HTTPs protocol. " \
'It is crucial for Pods to be transferred over a secure protocol to protect your users from man-in-the-middle attacks. '\
'Please update the URL to use https and try again.')
'This will be an error in future releases. Please update the URL to use https.')
end
# Performs validation for which version of Swift is used during validation.
......
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