Skip to content

Commit bfa2b95

Browse files
authored
Update run.ps1
1 parent 43e4b25 commit bfa2b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/run.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function MountZ {
1515
while (-not $exists) {
1616
try {
1717
Write-Host "Mapping Z:"
18-
$exists = (New-SmbMapping -LocalPath 'Z:' -RemotePath '\\172.30.0.225\winshared') -as [bool]
18+
$exists = (New-SmbMapping -LocalPath 'Z:' -RemotePath '\\172.30.0.254\winshared') -as [bool]
1919
} catch {
2020
}
2121
}

0 commit comments

Comments
 (0)