From d72cec6275926821373ef6ab2141e97959743c2e Mon Sep 17 00:00:00 2001 From: reaperrr Date: Thu, 2 Apr 2015 23:19:49 +0200 Subject: [PATCH] Fix make.ps1 'check' command --- make.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/make.ps1 b/make.ps1 index 633e0a621f..7bad85f6c2 100644 --- a/make.ps1 +++ b/make.ps1 @@ -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") {