Skip to content

Commit 1b6e688

Browse files
committed
Fixed typo
1 parent 5f655aa commit 1b6e688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ImportExamples.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function Start-Generator {
4141
New-Item -Path $ExampleFile -ItemType File -Force
4242
}
4343
$IntuneUrl = $ExternalDocsUrl.Replace("intune-onboarding-", "")
44-
$IntuneUrl = $MUrl.Replace("intune-mam-", "")
44+
$IntuneUrl = $IntuneUrl.Replace("intune-mam-", "")
4545
$IsValid = IsValidEndPoint -GraphEndpoint $IntuneUrl
4646
if ($IsValid) {
4747
$ExternalDocsUrl = $IntuneUrl

0 commit comments

Comments
 (0)