summaryrefslogtreecommitdiff
path: root/apply_patches.sh
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-11-05 10:59:53 -0500
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-11-05 10:59:53 -0500
commitbbd4b3d61cf90542685421c80daaa6e775f6c970 (patch)
tree6d4d0431d6ff60a09ea6eafbabfd3c6f4f26f44a /apply_patches.sh
parent956d3da30358d2d91721b70714efa6c0fab620d5 (diff)
fix apply patches and don't fail-fast
Diffstat (limited to 'apply_patches.sh')
-rwxr-xr-xapply_patches.sh2
1 files changed, 1 insertions, 1 deletions
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