From bbd4b3d61cf90542685421c80daaa6e775f6c970 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Tue, 5 Nov 2024 10:59:53 -0500 Subject: fix apply patches and don't fail-fast --- apply_patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apply_patches.sh') diff --git a/apply_patches.sh b/apply_patches.sh index 0392ad7..20b9778 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -40,7 +40,7 @@ then fi if [[ "$repo" == "zano" ]]; then - pushd external/tor-connect + pushd contrib/tor-connect git remote set-url origin https://github.com/mrcyjanek/tor-connect.git popd fi -- cgit v1.2.3