Skip to content

Commit 80abb12

Browse files
tarasposjimbishopp
andauthored
Update tools/amplify-preview/amplify.go
Co-authored-by: Jim Bishopp <jim@goteleport.com>
1 parent b7d7899 commit 80abb12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/amplify-preview/amplify.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ import (
3232
)
3333

3434
var (
35-
errBranchNotFound = errors.New("Branch not found")
36-
errNoJobForBranch = errors.New("Current branch has no jobs")
35+
errBranchNotFound = errors.New("branch not found")
36+
errNoJobForBranch = errors.New("current branch has no jobs")
3737
amplifyJobCompletedStatuses = map[types.JobStatus]struct{}{
3838
types.JobStatusFailed: {},
3939
types.JobStatusCancelled: {},

0 commit comments

Comments
 (0)