Update found-you.ps1
This commit is contained in:
parent
7512970089
commit
afd7882fc8
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue