Commit 0b81acd6 authored by Sylvain Guillopé's avatar Sylvain Guillopé Committed by Sylvain Guillopé

[Repo Command] Update Informative message to be more descriptive

Specify what the "repos" directory corresponds to.
parent 26c3cce6
...@@ -58,7 +58,8 @@ module Pod ...@@ -58,7 +58,8 @@ module Pod
def create_repos_dir def create_repos_dir
config.repos_dir.mkpath config.repos_dir.mkpath
rescue SystemCallError => e rescue SystemCallError => e
raise Informative, "Could not create repos directory '#{config.repos_dir}'.\n#{e.class.name}: #{e.message}" raise Informative, "Could not create '#{config.repos_dir}', the CocoaPods repo cache directory.\n" \
"#{e.class.name}: #{e.message}"
end end
# Clones the git spec-repo according to parameters passed to the # Clones the git spec-repo according to parameters passed to the
......
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