diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-04 21:35:49 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-04 21:35:49 +0100 |
commit | 8cee8661b758cfb56887a25fe79faba4040a2102 (patch) | |
tree | 34ebd98869605d20620c04c76ae446ce377e199d /etc | |
parent | 470bd2c2f2a77a01a05ef0975f6ec4b25bfaeed1 (diff) | |
download | s2i-base-httpd-8cee8661b758cfb56887a25fe79faba4040a2102.tar.gz |
drop debug diff
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/centos-mirror.sh | 1 |
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 |