Skip to content

Commit 3d10bab

Browse files
authored
Update Setup.ps1
1 parent ba3a81f commit 3d10bab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Setup.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#requires -Version 7
2+
#requires -runasadministrator
23

3-
# spell-checker: disable
4+
# cSpell:disable
45

56
<#
67
.SYNOPSIS
@@ -382,4 +383,4 @@ Write-Host "https://github.com/jacquindev/windots" -ForegroundColor "Blue"
382383
Write-Host "- Submit an issue via: " -NoNewline
383384
Write-Host "https://github.com/jacquindev/windots/issues/new" -ForegroundColor "Blue"
384385
Write-Host "- Contact me via email: " -NoNewline
385-
Write-Host "jacquindev@outlook.com" -ForegroundColor "Blue"
386+
Write-Host "jacquindev@outlook.com" -ForegroundColor "Blue"

0 commit comments

Comments
 (0)