Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Fix typo in build constant
Browse files Browse the repository at this point in the history
Signed-off-by: Darren Shepherd <[email protected]>
  • Loading branch information
ibuildthecloud committed Oct 17, 2023
1 parent 2be8a30 commit a234eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dev/dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type BuildState string

var (
BuildRunning = BuildState("running")
BuildFailed = BuildState("running")
BuildFailed = BuildState("failed")
BuildSucceeded = BuildState("succeeded")
)

Expand Down

0 comments on commit a234eaf

Please sign in to comment.