From e22abbd320b9b1b9e342c8d255004f7cfba1a3eb Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Fri, 1 Nov 2024 17:03:10 -0700 Subject: [PATCH] Fix stylua release --- install-helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-helpers.py b/install-helpers.py index 9e130a9..6657229 100755 --- a/install-helpers.py +++ b/install-helpers.py @@ -235,7 +235,7 @@ def install_fixers(langs: set[Language]): stylua=[ "--git-url", "https://github.com/JohnnyMorganz/StyLua", - "--extract", + "--extract-files", "stylua", "--exec", os.path.expanduser("chmod +x ~/bin/stylua"),