From 43828be26ed5ef405edd9dce1930eddf929bcec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Thu, 31 Oct 2019 12:40:36 +0100 Subject: [PATCH] [util.sh] adjust buildserver url --- lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.sh b/lib/util.sh index 2aafbec..62a5c3e 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -211,7 +211,7 @@ init_common(){ [[ -z ${log_dir} ]] && log_dir='/var/log/manjaro-tools' - [[ -z ${build_mirror} ]] && build_mirror='https://manjaro.moson.eu/' + [[ -z ${build_mirror} ]] && build_mirror='https://manjaro.moson.eu' [[ -z ${tmp_dir} ]] && tmp_dir='/tmp/manjaro-tools' }