Skip to content

Commit

Permalink
fix(fantomas): link correct fantomas binany name (#370)
Browse files Browse the repository at this point in the history
Bugfix for the fantomas bin name
  • Loading branch information
adelarsq authored Sep 2, 2022
1 parent 709d7cd commit c019223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mason-registry/fantomas/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ return Pkg.new {
homepage = "https://fsprojects.github.io/fantomas",
languages = { Pkg.Lang["F#"] },
categories = { Pkg.Cat.Formatter },
install = dotnet.package("fantomas", { bin = { "dotnet-fantomas" } }),
install = dotnet.package("fantomas", { bin = { "fantomas" } }),
}

0 comments on commit c019223

Please sign in to comment.