From b42cc7b795509b4359adb2e4b06fc5a3bf21340a Mon Sep 17 00:00:00 2001 From: utensil Date: Sat, 12 Oct 2024 22:40:26 +0800 Subject: [PATCH] Should pull --- yard-rs/runpod-xp/scripts/rust.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/yard-rs/runpod-xp/scripts/rust.sh b/yard-rs/runpod-xp/scripts/rust.sh index 0b164d4..65ba836 100644 --- a/yard-rs/runpod-xp/scripts/rust.sh +++ b/yard-rs/runpod-xp/scripts/rust.sh @@ -24,9 +24,8 @@ cd /content/ if [ ! -d "native-land" ]; then git clone https://github.com/utensil/native-land -# don't update between run yet -# else -# (cd native-land && git pull) +else + (cd native-land && git pull) fi cd native-land