Skip to content

Commit

Permalink
Update src/cluster.h
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
  • Loading branch information
medyagh and spowelljr authored Jan 25, 2023
1 parent 4276dc0 commit 841b5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Cluster
Cluster() : Cluster("") { }
Cluster(const QString &name)
: m_name(name),
m_status("No Cluster Exists"),
m_status("No Existing Cluster"),
m_driver(""),
m_container_runtime(""),
m_k8s_version(""),
Expand Down

0 comments on commit 841b5e4

Please sign in to comment.