diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-05 10:59:53 -0500 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-11-05 10:59:53 -0500 |
| commit | bbd4b3d61cf90542685421c80daaa6e775f6c970 (patch) | |
| tree | 6d4d0431d6ff60a09ea6eafbabfd3c6f4f26f44a /apply_patches.sh | |
| parent | 956d3da30358d2d91721b70714efa6c0fab620d5 (diff) | |
fix apply patches and don't fail-fast
Diffstat (limited to 'apply_patches.sh')
| -rwxr-xr-x | apply_patches.sh | 2 |
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 |
