From 0159b581865c09a2fb8ca606a807ef3aaf387bb2 Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Wed, 27 Aug 2025 22:06:26 +0100 Subject: [PATCH] Remove outdated branch selection from export-pack.sh --- export-pack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export-pack.sh b/export-pack.sh index 171b28f..de30a7c 100755 --- a/export-pack.sh +++ b/export-pack.sh @@ -13,7 +13,7 @@ fi; # You may need to input login credentials due to the repo being private # If you do, consider running `git config --global credential.helper store` # Warning: saves as plaintext on your disk in your global git directory -git clone https://patience.nearmisses.xyz/patience/mc_rebalance -b mod $basedir/deps/mc_rebalance || (cd $basedir/deps/mc_rebalance; git pull) || exit 1 +git clone https://patience.nearmisses.xyz/patience/mc_rebalance $basedir/deps/mc_rebalance || (cd $basedir/deps/mc_rebalance; git pull) || exit 1 (cd "$basedir"/deps/mc_rebalance/ && ./gradlew build)