Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Sep 10, 2024
1 parent 4b70f36 commit 21d4c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (r *Forbidden) Is(err error) (matched bool) {
return
}

// NotFound reports auth errors.
// NotFound reports resource not-found errors.
type NotFound struct {
Resource string
Reason string
Expand Down

0 comments on commit 21d4c42

Please sign in to comment.