diff options
Diffstat (limited to 'bin/ossh_zsh_completion')
-rw-r--r-- | bin/ossh_zsh_completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ossh_zsh_completion b/bin/ossh_zsh_completion index f057ca8ce..6ab930dc4 100644 --- a/bin/ossh_zsh_completion +++ b/bin/ossh_zsh_completion @@ -1,4 +1,4 @@ -#compdef ossh +#compdef ossh oscp _ossh_known_hosts(){ if [[ -f ~/.ansible/tmp/multi_ec2_inventory.cache ]]; then |