dotnet: fix typo in name of web test

This commit is contained in:
David McFarland
2024-04-05 10:56:22 -03:00
parent 62801bb1ec
commit dc8b444406
+1 -1
View File
@@ -108,7 +108,7 @@
};
web = mkDotnetTest {
name = "publish";
name = "web";
template = "web";
build = "dotnet publish -o $out";
runInputs = [ expect curl ];