mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-12-28 08:51:31 -06:00
Fix typo (#3104)
This commit is contained in:
parent
2466b903f6
commit
d23e6f92fd
@ -223,7 +223,7 @@ function Invoke-MicrowinGetIso {
|
|||||||
$mountDir = Join-Path $env:TEMP $randomMicrowin
|
$mountDir = Join-Path $env:TEMP $randomMicrowin
|
||||||
$scratchDir = Join-Path $env:TEMP $randomMicrowinScratch
|
$scratchDir = Join-Path $env:TEMP $randomMicrowinScratch
|
||||||
} else {
|
} else {
|
||||||
$scratchDir = $sync.MicrowinScratchDirBox.Text+"Scrach"
|
$scratchDir = $sync.MicrowinScratchDirBox.Text+"Scratch"
|
||||||
$mountDir = $sync.MicrowinScratchDirBox.Text+"micro"
|
$mountDir = $sync.MicrowinScratchDirBox.Text+"micro"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user