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