Skip to content

Commit df27b56

Browse files
authored
Fix formatting of admin verification comment
1 parent 968274c commit df27b56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scripts/3_Deploy.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Verify Running as Admin
1+
# Verify Running as Admin
22
$isAdmin = ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")
33
If (-not $isAdmin) {
44
Write-Host "-- Restarting as Administrator" -ForegroundColor Cyan ; Start-Sleep -Seconds 1

0 commit comments

Comments
 (0)