Skip to content

Commit 3292cc4

Browse files
committed
redo csharpier command
1 parent 7db3cc0 commit 3292cc4

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
@@ -39,7 +39,7 @@ void RemoveDirectory(string d)
3939
() =>
4040
{
4141
Run("dotnet", "tool restore");
42-
Run("dotnet", "csharpier . --check");
42+
Run("dotnet", "csharpier format .");
4343
}
4444
);
4545

0 commit comments

Comments
 (0)