From e9329e486af7ac0265141b0cb36fce00f64fdcf0 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Tue, 29 Sep 2015 09:03:58 -0400 Subject: [PATCH] Fixed typo repo -> repos for the path on xcat.org --- buildcore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildcore.sh b/buildcore.sh index c33b0e00c..78ef8e03a 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -44,7 +44,7 @@ FRS=/var/www/${SERVER}/${FILES_PATH} RELEASE=github.com/xcat2/xcat-core/releases YUMDIR=$FRS -YUMREPOURL="http://${SERVER}/${FILES_PATH}/xcat/repo/yum" +YUMREPOURL="http://${SERVER}/${FILES_PATH}/xcat/repos/yum" if [ "$1" = "-h" ] || [ "$1" = "-help" ] || [ "$1" = "--help" ]; then echo "Usage:"