From dc8620f20622d4c88eec8ccef2409b8d49e4080f Mon Sep 17 00:00:00 2001 From: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com> Date: Sun, 30 Mar 2025 11:21:04 -0400 Subject: [PATCH] ast-grep: Update binary name (#6648) --- bucket/ast-grep.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bucket/ast-grep.json b/bucket/ast-grep.json index 7d88c425b4..49c0ea944e 100644 --- a/bucket/ast-grep.json +++ b/bucket/ast-grep.json @@ -9,7 +9,10 @@ "hash": "026344c2bdab76cb92bd14bc3a0fcaa5edc27b8c77f96223a97d3a10c4bb2843" } }, - "bin": "sg.exe", + "bin": [ + "ast-grep.exe", + "sg.exe" + ], "checkver": { "github": "https://github.com/ast-grep/ast-grep" },