Skip to content

Commit

Permalink
feat(act): nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferenc Sárai committed Jul 30, 2024
1 parent ed275fd commit d27fa7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/check/act/act.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts int
return err
}

cluster.

for name, node := range cluster.Nodes() {
c.logger.Infof("Node %s: %+v", name, node.Config())
c.logger.Info("-------------------")
Expand Down

0 comments on commit d27fa7b

Please sign in to comment.