We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d7899 commit 80abb12Copy full SHA for 80abb12
tools/amplify-preview/amplify.go
@@ -32,8 +32,8 @@ import (
32
)
33
34
var (
35
- errBranchNotFound = errors.New("Branch not found")
36
- errNoJobForBranch = errors.New("Current branch has no jobs")
+ errBranchNotFound = errors.New("branch not found")
+ errNoJobForBranch = errors.New("current branch has no jobs")
37
amplifyJobCompletedStatuses = map[types.JobStatus]struct{}{
38
types.JobStatusFailed: {},
39
types.JobStatusCancelled: {},
0 commit comments