From 53ed7acc3e071cb30c4b79c5d4d36f968891ee9f Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 29 Jun 2020 13:15:09 +0200 Subject: [PATCH] Fixing wrong URL in snippets/tpl.170.repos_oel7.sh --- snippets/tpl.170.repos_oel7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/tpl.170.repos_oel7.sh b/snippets/tpl.170.repos_oel7.sh index 6582aff..1ceb136 100644 --- a/snippets/tpl.170.repos_oel7.sh +++ b/snippets/tpl.170.repos_oel7.sh @@ -8,7 +8,7 @@ get_repos_centos7() { echo "${HASH_LINE}" echo "Calling get_repos_centos7() ..." echo - local base_url="${COBBLER_URL}/${ws_rel_filesdir}/${system_status}/repos/centos7" + local base_url="${COBBLER_URL}/${ws_rel_filesdir}/${system_status}/repos/oel7" local -a repos=('ol7_addons' 'ol7_latest' 'ol7_optional_latest') -- 2.39.5