Skip to content

Commit

Permalink
Add -uploaders-file. smira/aptly#71
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Mar 19, 2015
1 parent 6bc6e95 commit ecd53ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aptly
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ _aptly()
case $numargs in
0)
if [[ "$cur" == -* ]]; then
COMPREPLY=($(compgen -W "-accept-unsigned -force-replace -ignore-signatures -keyring -no-remove-files -repo" -- ${cur}))
COMPREPLY=($(compgen -W "-accept-unsigned -force-replace -ignore-signatures -keyring -no-remove-files -repo -uploaders-file" -- ${cur}))
else
comptopt -o filenames 2>/dev/null
COMPREPLY=($(compgen -f -- ${cur}))
Expand Down

0 comments on commit ecd53ee

Please sign in to comment.