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

Commit

Permalink
Merge pull request #2253 from ibuildthecloud/constant-fix
Browse files Browse the repository at this point in the history
constant fix
  • Loading branch information
ibuildthecloud authored Oct 17, 2023
2 parents 2be8a30 + a234eaf commit bedfa29
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 bedfa29

Please sign in to comment.