diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-05 06:34:01 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-05 06:34:01 +0100 |
commit | 435971858c69ee20457660fbbd4ee4c52aa21a39 (patch) | |
tree | 7d58e32f3670799526d5d3adb1e9d0326e2479bd /etc | |
parent | 6d88997d1ff1a3b93d8849fa7aab1358ea017bb0 (diff) | |
download | s2i-base-httpd-435971858c69ee20457660fbbd4ee4c52aa21a39.tar.gz |
comment fixup
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/centos-mirror.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/centos-mirror.sh b/etc/centos-mirror.sh index 85e87d4..4b95949 100755 --- a/etc/centos-mirror.sh +++ b/etc/centos-mirror.sh @@ -1,7 +1,7 @@ #!/bin/sh # -# use fixed mirror (be proxy friendly) +# use fixed mirror (be cache proxy friendly) # furl="http://mirror.centos.org/" turl="${CENTOS_MIRROR-http://mirror.centos.org/}" |