From ce71dbb525ac523e8e367295557c3d3346388fc4 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 18 May 2017 09:58:18 +0200 Subject: conf/default.conf: bugfix --- conf/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/default.conf b/conf/default.conf index 63310b9..6db259d 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -49,7 +49,7 @@ for repo in "${!repo_paths[@]}"; do mkdir -p "${repo_paths["${repo}"]%/*}" if [ ! -d "${repo_paths["${repo}"]}/.git" ]; then - if [ "${repo}" == "packages32" ]; then + if [ "${repo}" == "archlinux32" ]; then repo_source='git@github.com:archlinux32/packages.git' else repo_source="git://git.archlinux.org/svntogit/${repo}.git" -- cgit v1.2.3