Skip to content

Commit

Permalink
Fix review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Artiom Diomin <kron82@gmail.com>
  • Loading branch information
kron4eg committed Mar 17, 2022
1 parent 75f6867 commit 527c6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tasks/certs.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func approvePendingCSR(s *state.State, node *kubeoneapi.HostConfig, conn ssh.Con
}

if !csrFound {
s.Logger.Info("no CSR found for node %q, assuming it was garbage-collected", node.Hostname)
s.Logger.Info("No CSR found for node %q, assuming it was garbage-collected", node.Hostname)
}

return nil
Expand Down

0 comments on commit 527c6c0

Please sign in to comment.