diff options
Diffstat (limited to 'bash-completion')
-rwxr-xr-x | bash-completion/mgarepo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/mgarepo b/bash-completion/mgarepo index 9515bdb..620fad2 100755 --- a/bash-completion/mgarepo +++ b/bash-completion/mgarepo @@ -3,7 +3,7 @@ _cauldron_packages() { COMPREPLY=( $( compgen -W "$(wget -O- \ - http://pkgsubmit.mageia.org/data/maintdb.txt 2>/dev/null | \ + https://pkgsubmit.mageia.org/data/maintdb.txt 2>/dev/null | \ cut -d ' ' -f 1)" -- $cur ) ) } |