Skip to content

Commit 1f199a5

Browse files
Rename unenroll reason for migration to match Fleet Server implementation (#9306)
1 parent 843e8eb commit 1f199a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/fleetapi/audit_unenroll_cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type Reason string
3636

3737
const (
3838
ReasonUninstall Reason = "uninstall"
39-
ReasonMigration Reason = "migration"
39+
ReasonMigration Reason = "migrated"
4040
)
4141

4242
type AuditUnenrollRequest struct {

0 commit comments

Comments
 (0)