Skip to content

Commit b5d1bff

Browse files
Fix typo
1 parent 51d05fe commit b5d1bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/agent/cmd/enroll.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ func enroll(streams *cli.IOStreams, cmd *cobra.Command) error {
481481
key, _ := cmd.Flags().GetString("elastic-agent-cert-key")
482482
keyPassphrase, _ := cmd.Flags().GetString("elastic-agent-cert-key-passphrase")
483483

484-
ctx := handelSignal(context.Background())
484+
ctx := handleSignal(context.Background())
485485

486486
if enrollTimeout > 0 {
487487
eCtx, cancel := context.WithTimeout(ctx, enrollTimeout)

0 commit comments

Comments
 (0)