Fix epel-mirror path error

This was exposed when we migrated to kernel.org for our mirror.

Change-Id: I692fa5eb62420635acfcad73a8150029fb4e59b8
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-06-05 12:13:03 -04:00
parent 6be33d19d4
commit 61873637e2
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -34,7 +34,7 @@ $K5START rsync -rlptDvz \
--exclude="ppc64le" \
--exclude="x86_64/debug" \
--exclude="x86_64/repoview" \
$MIRROR/epel/$REPO/ $BASE/$REPO/
$MIRROR/$REPO/ $BASE/$REPO/
# TODO(pabelanger): Validate rsync process