Update found-you.ps1

This commit is contained in:
I-Am-Jakoby 2023-01-02 19:44:39 -06:00 committed by GitHub
parent 7512970089
commit afd7882fc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,13 +125,9 @@ $GL = Get-GeoLocation
$GL = $GL -split " "
#$Lat = $GL[0].Substring(11) -replace ".$"
$Lat = $GL[0].Substring(11) -replace ".$"
#$Lon = $GL[1].Substring(10) -replace ".$"
$Lat = 37
$Lon = -122
$Lon = $GL[1].Substring(10) -replace ".$"
Pause-Script