Skip to content

Commit

Permalink
Update tools/amplify-preview/amplify.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Bishopp <[email protected]>
  • Loading branch information
taraspos and jimbishopp authored Dec 16, 2024
1 parent b7d7899 commit 80abb12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/amplify-preview/amplify.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ import (
)

var (
errBranchNotFound = errors.New("Branch not found")
errNoJobForBranch = errors.New("Current branch has no jobs")
errBranchNotFound = errors.New("branch not found")
errNoJobForBranch = errors.New("current branch has no jobs")
amplifyJobCompletedStatuses = map[types.JobStatus]struct{}{
types.JobStatusFailed: {},
types.JobStatusCancelled: {},
Expand Down

0 comments on commit 80abb12

Please sign in to comment.