Skip to content

Commit 51cefbc

Browse files
author
Kapil Borle
committed
Fix typo in build script comment
1 parent eda6fdd commit 51cefbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ if ($BuildDocs)
110110
New-ExternalHelp -Path $markdownDocsPath -OutputPath $outputDocsPath -Force -Verbose:$verbosity
111111
}
112112

113-
# Appyeyor errors out due to $profile being null. Hence...
113+
# Appveyor errors out due to $profile being null. Hence...
114114
$moduleRootPath = "$HOME/Documents/WindowsPowerShell/Modules"
115115
if ($profile -ne $null)
116116
{

0 commit comments

Comments
 (0)