Skip to content

Commit 89a8105

Browse files
committed
fix format command
1 parent 9a51f10 commit 89a8105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void RemoveDirectory(string d)
4242
() =>
4343
{
4444
Run("dotnet", "tool restore");
45-
Run("dotnet", "format --check");
45+
Run("dotnet", "csharpier --check");
4646
}
4747
);
4848

0 commit comments

Comments
 (0)