From 8cee8661b758cfb56887a25fe79faba4040a2102 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 4 Mar 2020 21:35:49 +0100 Subject: drop debug diff --- etc/centos-mirror.sh | 1 - 1 file changed, 1 deletion(-) 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 -- cgit