From fcd4cbbfef109ef6693e38b02ac3385490cccc46 Mon Sep 17 00:00:00 2001 From: "e.khramov" Date: Wed, 26 Oct 2022 11:32:13 +0300 Subject: [PATCH] 1 --- noisetorch/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noisetorch/lure.sh b/noisetorch/lure.sh index b04ca4d..80c9e72 100644 --- a/noisetorch/lure.sh +++ b/noisetorch/lure.sh @@ -21,8 +21,8 @@ checksums_amd64=('SKIP' prepare() { cd "${srcdir}" git submodule init -git config submodule. "c/c-ringbuf".url "${srcdir}/c-ringbuf" -git config submodule. "c/rnnoise".url "${srcdir}/rnnoise" +git config submodule."c/c-ringbuf.url" "${srcdir}/c-ringbuf" +git config submodule."c/rnnoise.url" "${srcdir}/rnnoise" git submodule--helper update }