mirror of https://github.com/portainer/portainer
fix(portainer): Fix the type in the downgrade error message
parent
daabce2b8f
commit
ce04944ce6
|
@ -4,5 +4,5 @@ import "errors"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
ErrObjectNotFound = errors.New("Object not found inside the database")
|
ErrObjectNotFound = errors.New("Object not found inside the database")
|
||||||
ErrWrongDBEdition = errors.New("The Portainer database is set for Portainer Business Edition, please follow the instructions in our documention to downgrade it: https://documentation.portainer.io/v2.0-be/downgrade/be-to-ce/")
|
ErrWrongDBEdition = errors.New("The Portainer database is set for Portainer Business Edition, please follow the instructions in our documentation to downgrade it: https://documentation.portainer.io/v2.0-be/downgrade/be-to-ce/")
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue