IXLLEGACYIXL 2 years ago
parent
commit
06dafa38b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BuildDocs.ps1

+ 1 - 1
BuildDocs.ps1

@@ -89,7 +89,7 @@ function Ask-IncludeAPI {
 
 
     $answer = Read-Host -Prompt "Your choice [Y, N, or ENTER (default is Y)]"
     $answer = Read-Host -Prompt "Your choice [Y, N, or ENTER (default is Y)]"
 
 
-    return ($answer -ieq "Y" -or $answer -eq "")
+    return ($answer -ieq "y" -or $answer -eq "")
 }
 }
 
 
 function Ask-UseExistingAPI {
 function Ask-UseExistingAPI {