fix a typo
This commit is contained in:
parent
7f72433ceb
commit
9066736d51
|
|
@ -7,7 +7,7 @@ if ($DAYOFWEEK -eq 6 -or $DAYOFWEEK -eq 7) {
|
|||
|
||||
# Exit early if no sessions with my username are found
|
||||
if ((QWINSTA $env:USERNAME | measure).Count -gt 0){
|
||||
#return
|
||||
return
|
||||
}
|
||||
|
||||
# Phone numbers
|
||||
|
|
|
|||
Loading…
Reference in New Issue