summaryrefslogtreecommitdiffstats
path: root/mirror
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-07-25 10:14:50 +0200
committerRemi Collet <remi@php.net>2022-07-25 10:14:50 +0200
commit10051994bada922d0b7c3e8da9fa10905fb97697 (patch)
treef823fe39df582caff5175f3db86f584321ebbbfc /mirror
parentb858489413324ec9196e0cc6c8441b005038b5ca (diff)
minor fix
Diffstat (limited to 'mirror')
-rwxr-xr-xmirror2
1 files changed, 1 insertions, 1 deletions
diff --git a/mirror b/mirror
index 67ac19d7..3a9fd137 100755
--- a/mirror
+++ b/mirror
@@ -21,7 +21,7 @@ add) if [ -z "$2" ]; then
if ! grep -q "^$2" $fic
then
grep remirepo.net $fic | \
- sed -e "s|http://rpms.remirepo.net|$2|" >>$fic
+ sed -e "s|https://rpms.remirepo.net|$2|" >>$fic
if grep $2 $fic
then
echo "Add in $fic"