aboutsummaryrefslogtreecommitdiff
path: root/scripts/update-ts-runtime.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-ts-runtime.sh')
-rwxr-xr-xscripts/update-ts-runtime.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/update-ts-runtime.sh b/scripts/update-ts-runtime.sh
index c75c5d2a39..1a947e0ac9 100755
--- a/scripts/update-ts-runtime.sh
+++ b/scripts/update-ts-runtime.sh
@@ -19,6 +19,7 @@ if [ ! -d "$ts_source_dir" ]; then
git clone "$ts_url" "$ts_source_dir"
else
echo "Found a non-empty $ts_source_dir directory..."
+ git -C "$ts_source_dir" fetch
fi
echo "Checking out $1..."