Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pkg/skaffold/kubernetes/status_check.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Nick Kubala <[email protected]>
tejal29 and nkubala authored Oct 7, 2019
1 parent a6eb154 commit 29fef9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/kubernetes/status_check.go
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ import (
const (
success = "Succeeded"
running = "Running"
unknown = "unknown"
unknown = "Unknown"
pending = "Pending"
)

0 comments on commit 29fef9f

Please sign in to comment.