There was an error while loading. Please reload this page.
1 parent 51d05fe commit b5d1bffCopy full SHA for b5d1bff
internal/pkg/agent/cmd/enroll.go
@@ -481,7 +481,7 @@ func enroll(streams *cli.IOStreams, cmd *cobra.Command) error {
481
key, _ := cmd.Flags().GetString("elastic-agent-cert-key")
482
keyPassphrase, _ := cmd.Flags().GetString("elastic-agent-cert-key-passphrase")
483
484
-ctx := handelSignal(context.Background())
+ctx := handleSignal(context.Background())
485
486
if enrollTimeout > 0 {
487
eCtx, cancel := context.WithTimeout(ctx, enrollTimeout)
0 commit comments