From d79631a71c77a91ffc1afcb9795564a283edbe98 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 4 Jan 2018 15:05:52 -0800 Subject: [PATCH] Fix UpdateBuildTools.ps1 to work on a clean machine (#743) --- scripts/UpdateBuildTools.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/UpdateBuildTools.ps1 b/scripts/UpdateBuildTools.ps1 index 34aff524e3..63d05cc4c2 100755 --- a/scripts/UpdateBuildTools.ps1 +++ b/scripts/UpdateBuildTools.ps1 @@ -54,8 +54,7 @@ try { $oldVersion = Get-KoreBuildVersion - # Executes a command that no-ops. The only thing we really need is the updated version of korebuild-lock.txt - & "$RepoRoot/run.ps1" -Update --help | Out-Null + & "$RepoRoot/run.ps1" -Update -Command noop | Out-Null $newVersion = Get-KoreBuildVersion