From 7c5592da96a081104b01a7281c1c7d73ae958e95 Mon Sep 17 00:00:00 2001 From: Allison Piper Date: Fri, 1 Nov 2024 15:11:06 +0000 Subject: [PATCH] Cleanup versions.json so jq can parse it. --- cmake/versions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/versions.json b/cmake/versions.json index 8bd67199..bdbd9d49 100644 --- a/cmake/versions.json +++ b/cmake/versions.json @@ -3,7 +3,7 @@ "CCCL": { "version": "2.7.0-rc2", "git_shallow": true, - "git_url": "https://github.com/NVIDIA/cccl.git", + "git_url": "https://github.com/NVIDIA/cccl.git" } } -} \ No newline at end of file +}