Skip to content

Commit

Permalink
fix error description
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow649 committed Jul 24, 2023
1 parent 020ce27 commit 101f97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdig/internal/client/v2/team_service_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"net/http"
)

var TeamServiceAccountNotFound = errors.New("group mapping not found")
var TeamServiceAccountNotFound = errors.New("team service account not found")

const (
ServiceAccountsPath = "%s/api/serviceaccounts/team"
Expand Down

0 comments on commit 101f97d

Please sign in to comment.