Skip to content

Commit

Permalink
Should pull
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 12, 2024
1 parent ca89541 commit b42cc7b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions yard-rs/runpod-xp/scripts/rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b42cc7b

Please sign in to comment.