Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdwegen authored Nov 21, 2024
1 parent 1687302 commit 15abc13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,8 @@ $env:logoheader = @"
Write-Host $env:logoheader

Write-Host " "
Write-Host "================ $Title ================"
Write-Host "================ Select your choice below ================"
Write-Host " "
Write-Host " Select your choice below "

$menuItems = @(
@(
Expand All @@ -172,7 +171,7 @@ switch ($selection) {
} '2' {
Invoke-RestMethod "https://autopilot.ms/scripts/gettenant.ps1" | Invoke-Expression
} '3' {
Write-Host "lol"
# Empty
}
}

Expand Down

0 comments on commit 15abc13

Please sign in to comment.