Skip to content

Commit cd6422b

Browse files
committed
zsh: fix clone autocompletion
1 parent 6c02a0a commit cd6422b

File tree

1 file changed

+1
-1
lines changed
  • share/zsh/site-functions

1 file changed

+1
-1
lines changed

share/zsh/site-functions/_pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ _pot() {
160160
'-k[keep pot if it fails]' \
161161
'-p[pot name]::_normal' \
162162
'-P[pot reference]:pot reference name:_pot_pots' \
163-
'*-f[flavour name]:flavour name:_pot_flavours'
163+
'*-f[flavour name]:flavour name:_pot_flavours' \
164164
'-N[network type]:network type:_pot_network_type' \
165165
'-i[network config]::_normal' \
166166
'-B[bridge name]:bridge name:_pot_bridges' \

0 commit comments

Comments
 (0)