summaryrefslogtreecommitdiffstats
path: root/etc/centos-mirror.sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/centos-mirror.sh')
-rwxr-xr-xetc/centos-mirror.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/centos-mirror.sh b/etc/centos-mirror.sh
index 55961ce..7eaddb2 100755
--- a/etc/centos-mirror.sh
+++ b/etc/centos-mirror.sh
@@ -7,5 +7,4 @@ for file in /etc/yum.repos.d/CentOS*.repo; do
-e 's/^#baseurl/baseurl/' \
-e "s|${furl}|${turl}|" \
"$file"
- diff -u "${file}.orig" "${file}"
done