Fix warning message in Strt-PSBuild

This commit is contained in:
Sergei Vorobev 2016-05-15 12:51:57 -07:00
parent 94f6c37a8d
commit 9401e4f30f

View file

@ -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