Remove version from stylua template

This commit is contained in:
ViViDboarder 2022-09-08 13:02:13 -07:00
parent 597d0142d6
commit 548883eb7b
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ function install_fixers() {
# Lua
if ! release-gitter --git-url "https://github.com/JohnnyMorganz/StyLua" \
--map-system Windows=win64 --map-system Linux=linux --map-system Darwin=macos \
-x -c "chmod +x ~/bin/stylua" "stylua-{version}-{system}.zip" ~/bin ; then
-x -c "chmod +x ~/bin/stylua" "stylua-{system}.zip" ~/bin ; then
maybe_run cargo install stylua
fi