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

Commit 89f65a0

Browse files
sudheerpalSudheer Pal
andauthored
fix(optimus): error msg update (#76)
Co-authored-by: Sudheer Pal <[email protected]>
1 parent f2097f7 commit 89f65a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package optimus
22

3-
import "errors"
3+
import "github.com/goto/dex/pkg/errors"
44

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

0 commit comments

Comments
 (0)