mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-11-14 23:23:50 +00:00
fix typo from copy & paste
This commit is contained in:
parent
8e590c7f29
commit
2429e27e43
@ -165,7 +165,7 @@ function UnzipAndInstall
|
|||||||
[string]$source
|
[string]$source
|
||||||
)
|
)
|
||||||
|
|
||||||
# Create temporary directory for curl
|
# Create temporary directory for unzip
|
||||||
$appname = $source.Split('\')[-1]
|
$appname = $source.Split('\')[-1]
|
||||||
$tmpApp = "$env:TMP\$appname-config"
|
$tmpApp = "$env:TMP\$appname-config"
|
||||||
if (-not (Test-Path $tmpApp))
|
if (-not (Test-Path $tmpApp))
|
||||||
|
Loading…
Reference in New Issue
Block a user