Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpninja committed Jun 17, 2023
1 parent bb52949 commit ed3146c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ if ($env:IsWindows -eq 'false')

[Object[]]AddParameters([Object[]]$params)
{
if($params[0] -ieq 'list'){
if($params[0] -imatch 'list|info'){
return $params;
}

Expand Down

0 comments on commit ed3146c

Please sign in to comment.