diff options
author | Alexandre Joly <alexandre.joly@futurecom.ch> | 2013-09-10 15:20:57 +0200 |
---|---|---|
committer | Alexandre Joly <alexandre.joly@futurecom.ch> | 2013-09-10 15:20:57 +0200 |
commit | 40b1cf01035a3d74395b5d9def4f79af17fca4c8 (patch) | |
tree | bba0662423df56ff33514ad20f50b318a64322e0 /plugins | |
parent | bdb2cabaa68a8c3af72df5a10bb3925fe1eda45e (diff) | |
download | zsh-40b1cf01035a3d74395b5d9def4f79af17fca4c8.tar.gz zsh-40b1cf01035a3d74395b5d9def4f79af17fca4c8.tar.bz2 zsh-40b1cf01035a3d74395b5d9def4f79af17fca4c8.zip |
repo list search one level deeper
the folder structure changed '.cocoapods/' -> '.cocoapods/repos'
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/pod/_pod | 2 |
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() { |