We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843e8eb commit 1f199a5Copy full SHA for 1f199a5
internal/pkg/fleetapi/audit_unenroll_cmd.go
@@ -36,7 +36,7 @@ type Reason string
36
37
const (
38
ReasonUninstall Reason = "uninstall"
39
- ReasonMigration Reason = "migration"
+ ReasonMigration Reason = "migrated"
40
)
41
42
type AuditUnenrollRequest struct {
0 commit comments