ast-grep: Update binary name (#6648)

This commit is contained in:
Herrington Darkholme 2025-03-30 11:21:04 -04:00 committed by GitHub
parent a50a822ae8
commit dc8620f206
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,10 @@
"hash": "026344c2bdab76cb92bd14bc3a0fcaa5edc27b8c77f96223a97d3a10c4bb2843" "hash": "026344c2bdab76cb92bd14bc3a0fcaa5edc27b8c77f96223a97d3a10c4bb2843"
} }
}, },
"bin": "sg.exe", "bin": [
"ast-grep.exe",
"sg.exe"
],
"checkver": { "checkver": {
"github": "https://github.com/ast-grep/ast-grep" "github": "https://github.com/ast-grep/ast-grep"
}, },