From 6b949211a06e21af67bf4cb3a20c6f87c932ef2a Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Wed, 3 Jun 2020 21:33:34 +0200 Subject: treesitter: update runtime Update to 81d533d2d1b580fdb507accabc91ceddffb5b6f0. --- scripts/update-ts-runtime.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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..." -- cgit