Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
fix(optimus): error msg update (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: Sudheer Pal <[email protected]>
  • Loading branch information
sudheerpal and Sudheer Pal authored Oct 16, 2023
1 parent f2097f7 commit 89f65a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/server/v1/optimus/errors.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package optimus

import "errors"
import "github.com/goto/dex/pkg/errors"

var (
ErrOptimusHostNotFound = errors.New("could not find optimus host in shield project metadata")
ErrOptimusHostInvalid = errors.New("optimus host is not valid")
ErrOptimusHostNotFound = errors.New("No Optimus jobs found in this project")
ErrOptimusHostInvalid = errors.New("Optimus host is not valid")
)

0 comments on commit 89f65a0

Please sign in to comment.