mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
parent
9cb0775b25
commit
c9f5c09fd6
|
@ -14,7 +14,7 @@ function Get-CachePath {
|
|||
if (Test-Path -Path $cachePath) {
|
||||
return $cachePath
|
||||
}
|
||||
New-Item -Path $Path -Name $child -ItemType "directory"
|
||||
$null = New-Item -Path $Path -Name $child -ItemType Directory
|
||||
return $cachePath
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue