Skip to content

Commit da0d3be

Browse files
committed
fixed litner
1 parent 5ce7a6e commit da0d3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/agent/application/actions/handlers/handler_action_migrate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func (h *Migrate) Handle(ctx context.Context, a fleetapi.Action, ack acker.Acker
7777
return err
7878
}
7979

80-
// signed data contains secret reference to the enrollment token so we extract the cleartext value
80+
// signed data contains secret reference to the enrollment token so we extract the cleartext value
8181
// out of action.Data and replace it after unmarshalling the signed data into action.Data
8282
// see: https://github.com/elastic/fleet-server/blob/22f1f7a0474080d3f56c7148a6505cff0957f549/internal/pkg/secret/secret.go#L75
8383
enrollmentToken := action.Data.EnrollmentToken

0 commit comments

Comments
 (0)