summaryrefslogtreecommitdiff
path: root/plugins/pod/_pod
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pod/_pod')
-rw-r--r--plugins/pod/_pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pod/_pod b/plugins/pod/_pod
index 745e9b15d..ba0c9ab30 100644
--- a/plugins/pod/_pod
+++ b/plugins/pod/_pod
@@ -159,7 +159,7 @@ __first_command_list ()
}
__repo_list() {
- _wanted application expl 'repo' compadd $(command ls -1 ~/.cocoapods 2>/dev/null | sed -e 's/ /\\ /g')
+ _wanted application expl 'repo' compadd $(command ls -1 ~/.cocoapods/repos 2>/dev/null | sed -e 's/ /\\ /g')
}
__pod-repo() {