aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion/mgarepo
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/mgarepo')
-rwxr-xr-xbash-completion/mgarepo2
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 ) )
}