From 5b6482db431b2849b137765a53afde02e014aa3c Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Tue, 17 Jan 2023 16:43:08 -0800 Subject: [PATCH] d2: Fix json --- bucket/d2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/d2.json b/bucket/d2.json index f7fbdec962..328f79757a 100644 --- a/bucket/d2.json +++ b/bucket/d2.json @@ -27,6 +27,6 @@ "url": "https://github.com/terrastruct/d2/releases/download/v$version/d2-v$version-windows-arm64.tar.gz" } }, - "extract_dir": "d2-v$version", + "extract_dir": "d2-v$version" } }