Merge pull request #7835 from reaperrr/fix-ps-check

Fixed make.ps1 'check' command
This commit is contained in:
Pavel Penev
2015-04-02 15:12:41 -07:00

View File

@@ -154,8 +154,6 @@ elseif ($command -eq "check")
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Utility
echo "Checking for code style violations in OpenRA.Test..."
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Test
echo "Checking for code style violations in OpenRA.TilesetBuilder..."
./OpenRA.Utility.exe cnc --check-code-style OpenRA.TilesetBuilder
}
elseif ($command -eq "docs")
{