Skip to content

Commit 6db0b49

Browse files
authored
Rename not_cortex_error to error (#1275)
1 parent 1f9ce0d commit 6db0b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lib/errors/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
pkgerrors "github.com/pkg/errors"
2525
)
2626

27-
const ErrNotCortexError = "errors.not_cortex_error"
27+
const ErrNotCortexError = "error"
2828

2929
type Error struct {
3030
Kind string

0 commit comments

Comments
 (0)