Fix stylua release

This commit is contained in:
ViViDboarder 2024-11-01 17:03:10 -07:00
parent 0b5655c955
commit e22abbd320

View File

@ -235,7 +235,7 @@ def install_fixers(langs: set[Language]):
stylua=[ stylua=[
"--git-url", "--git-url",
"https://github.com/JohnnyMorganz/StyLua", "https://github.com/JohnnyMorganz/StyLua",
"--extract", "--extract-files",
"stylua", "stylua",
"--exec", "--exec",
os.path.expanduser("chmod +x ~/bin/stylua"), os.path.expanduser("chmod +x ~/bin/stylua"),