Commit a2ee80dd authored by Eloy Durán's avatar Eloy Durán

[Repo::Push] Clarify what repo an error is about.

parent 3a61c4a2
...@@ -106,7 +106,7 @@ module Pod ...@@ -106,7 +106,7 @@ module Pod
# #
def check_repo_status def check_repo_status
clean = Dir.chdir(repo_dir) { `git status --porcelain 2>&1` } == '' clean = Dir.chdir(repo_dir) { `git status --porcelain 2>&1` } == ''
raise Informative, "The repo `#{@repo}` is not clean" unless clean raise Informative, "The repo `#{@repo}` spec-repo is not clean" unless clean
end end
# Updates the git repo against the remote. # Updates the git repo against the remote.
......
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