We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda6fdd commit 51cefbcCopy full SHA for 51cefbc
1 file changed
build.ps1
@@ -110,7 +110,7 @@ if ($BuildDocs)
110
New-ExternalHelp -Path $markdownDocsPath -OutputPath $outputDocsPath -Force -Verbose:$verbosity
111
}
112
113
-# Appyeyor errors out due to $profile being null. Hence...
+# Appveyor errors out due to $profile being null. Hence...
114
$moduleRootPath = "$HOME/Documents/WindowsPowerShell/Modules"
115
if ($profile -ne $null)
116
{
0 commit comments