Skip to content

Commit

Permalink
enhance: ignore the case of the input filter parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
SimFG committed Sep 2, 2024
1 parent 8694620 commit e416a94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions states/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ type GetConfigurationParam struct {
}

func (s *InstanceState) GetConfigurationCommand(ctx context.Context, p *GetConfigurationParam) error {
p.Filter = strings.ToLower(p.Filter)
sessions, err := common.ListSessions(s.client, s.basePath)
if err != nil {
return err
Expand Down

0 comments on commit e416a94

Please sign in to comment.