Skip to content

Commit f9fb7a8

Browse files
committed
fix: incorrect fsharp_signature path
1 parent 2e108df commit f9fb7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub fn build(b: *std.Build) void {
3434
.{ "elixir", null },
3535
.{ "fish", null },
3636
.{ "fsharp", "fsharp" },
37-
.{ "fsharp-signature", "fsharp-signature" },
37+
.{ "fsharp", "fsharp_signature" },
3838
.{ "gitcommit", null },
3939
.{ "git-rebase", null },
4040
.{ "gleam", null },

0 commit comments

Comments
 (0)