summaryrefslogtreecommitdiff
path: root/apply_patches.sh
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-04-22 09:33:21 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-04-22 09:33:21 +0200
commit90658235f6ff166e8252dbb17e798c73c9d77ac2 (patch)
tree6d23dde543ff77ed29a761fd882adf92983966d3 /apply_patches.sh
parentb736b3e465e2265711bd38289b202b7a4b0c2f02 (diff)
update polyseed commitv0.18.3.3-RC32
change POLYSEED_COIN to wownero in the fork update wownero patches
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 2671d46..e8e090e 100755
--- a/apply_patches.sh
+++ b/apply_patches.sh
@@ -28,7 +28,7 @@ fi
set -e
cd $repo
-git am ../patches/$repo/*.patch
+git am -3 ../patches/$repo/*.patch
if [[ "$repo" == "wownero" ]];
then
pushd external/randomwow