From 9401e4f30fb30c89bfcd24a35a8934678c8ff09c Mon Sep 17 00:00:00 2001 From: Sergei Vorobev Date: Sun, 15 May 2016 12:51:57 -0700 Subject: [PATCH] Fix warning message in Strt-PSBuild --- PowerShellGitHubDev.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerShellGitHubDev.psm1 b/PowerShellGitHubDev.psm1 index ef80a0e1df..458bcd9a58 100644 --- a/PowerShellGitHubDev.psm1 +++ b/PowerShellGitHubDev.psm1 @@ -430,7 +430,7 @@ Built upon .NET Core, it is also a C# REPL. $Source = Split-Path -Parent (Get-PSOutput) if ((Split-Path -Leaf $Source) -ne "publish") { - throw "Please Start-PSBuild -Package with the corresponding runtime for the package" + throw "Please Start-PSBuild -Publish with the corresponding runtime for the package" } # Decide package output type