1 Commits

Author SHA1 Message Date
Hsiao-nan Cheung
48418cc0d6 fix(bucket): Use global dir if local one is not existed. 2022-07-01 23:51:10 +08:00

View File

@@ -1,4 +1,7 @@
$bucketsdir = "$scoopdir\buckets"
if (!(Test-Path $bucketsdir)) {
$bucketsdir = "$globaldir\buckets"
}
function Find-BucketDirectory {
<#