Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 0e530fa

Browse files
committed
twotx: allow git to merge the twotx ci patch
1 parent bef1079 commit 0e530fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/twoxtx-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [[ ! -d twoxtx-solana ]]; then
2020
fi
2121

2222
if [[ ! -f twoxtx-solana/.twoxtx-patched ]]; then
23-
git -C twoxtx-solana am "$PWD"/twoxtx.patch
23+
git -C twoxtx-solana am -3 "$PWD"/twoxtx.patch
2424
touch twoxtx-solana/.twoxtx-patched
2525
fi
2626

0 commit comments

Comments
 (0)