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)