Skip to content

Commit

Permalink
zsh: fix clone autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzamig committed Sep 21, 2021
1 parent 6c02a0a commit cd6422b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/zsh/site-functions/_pot
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ _pot() {
'-k[keep pot if it fails]' \
'-p[pot name]::_normal' \
'-P[pot reference]:pot reference name:_pot_pots' \
'*-f[flavour name]:flavour name:_pot_flavours'
'*-f[flavour name]:flavour name:_pot_flavours' \
'-N[network type]:network type:_pot_network_type' \
'-i[network config]::_normal' \
'-B[bridge name]:bridge name:_pot_bridges' \
Expand Down

0 comments on commit cd6422b

Please # to comment.