Skip to content

Commit

Permalink
Update scoop-import.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
zStruCat authored Jul 6, 2022
1 parent e70521f commit c266c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/scoop-import.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ foreach($item in $import.buckets){
add_bucket $item.Name $item.Source
}
$bucket_names += $item.Name
}
}


foreach ($item in $import.apps) {
$info = $item.Info -Split ', '
$global = if ('Global install' -in $info) {
Expand Down

0 comments on commit c266c2a

Please sign in to comment.