From 514eafa3418b83af0343c76c90a00c84307fe4b6 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Sun, 15 Mar 2020 00:37:51 +0100 Subject: [PATCH] fix https://gitlab.manjaro.org/webpage/manjaro-homepage/issues/157 --- lib/util-publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-publish.sh b/lib/util-publish.sh index bc9c0b2..5c565a8 100644 --- a/lib/util-publish.sh +++ b/lib/util-publish.sh @@ -216,7 +216,7 @@ pull_hp_repo(){ [[ -z $SRCDEST ]] && SRCDEST=${cache_dir} hp_repo=manjaro-homepage - dl_file="${SRCDEST}/${hp_repo}/site/content/download/${edition}/${profile}.md" + dl_file="${SRCDEST}/${hp_repo}/site/content/downloads/${edition}/${profile}.md" cd "${SRCDEST}" if [[ ! -d "${hp_repo}" ]]; then