1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 01:06:17 +02:00

Add missing space to copypac completion

This commit is contained in:
Daniel Mach 2022-05-05 11:14:30 +02:00
parent 4aecebc265
commit 59670e9e6f

2
dist/osc.complete vendored
View File

@ -1157,7 +1157,7 @@ copypac|linkpac)
elif ((count == 4)) ; then elif ((count == 4)) ; then
projects -- "${cmdline[4]}" projects -- "${cmdline[4]}"
elif ((count == 5)) ; then elif ((count == 5)) ; then
packages"${cmdline[4]}" -- "${cmdline[5]}" packages "${cmdline[4]}" -- "${cmdline[5]}"
elif ((count == 6)) ; then elif ((count == 6)) ; then
builtin compgen -W "--message ${opts[*]}" -- "${cmdline[6]}" builtin compgen -W "--message ${opts[*]}" -- "${cmdline[6]}"
fi fi