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