Skip to content

Commit

Permalink
wup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu authored Jun 13, 2024
1 parent 10b0507 commit 4b438ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cmdcomplutil/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ func NewProjectAutoComplete(f factory, config config) cmdcompl.SuggestFn {
}

va := make(cmdcompl.ValidArgsMap)
toComplete = strings.ToLower(toComplete)
for i := range psf {
va.Set(psf[i].ID, format(psf[i]))
}
Expand Down

0 comments on commit 4b438ec

Please sign in to comment.