Kaynağa Gözat

Fix pyenv -> rbenv typo

pull/1133/head
Max Nordlund 9 yıl önce
işlemeyi yapan: GitHub
ebeveyn
işleme
fab5cf912f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      completions/rbenv.fish

+ 1
- 1
completions/rbenv.fish Dosyayı Görüntüle

@ -18,6 +18,6 @@ end
complete -f -c rbenv -n '__fish_rbenv_needs_command' -a '(rbenv commands)'
for cmd in (rbenv commands)
complete -f -c pyenv -n "__fish_pyenv_using_command $cmd" -a \
complete -f -c rbenv -n "__fish_rbenv_using_command $cmd" -a \
"(rbenv completions (commandline -opc)[2..-1])"
end

Yükleniyor…
İptal
Kaydet