Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jahzielv committed Aug 14, 2024
1 parent 31df799 commit 6b813dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orbit/pkg/useraction/mdm_migration_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func (m *swiftDialogMDMMigrator) render(message string, flags ...string) (chan s
}

func (m *swiftDialogMDMMigrator) renderLoadingSpinner(preSonoma, isManual bool) (chan swiftDialogExitCode, chan error) {
body := unenrollBody
var body string
switch true {
case preSonoma:
body = fmt.Sprintf(unenrollBody, "![Image showing MDM migration notification](https://jve-images-snicket.ngrok.app/mdm-migration-pre-sonoma-unenroll-1024x500.png)")
Expand Down

0 comments on commit 6b813dc

Please sign in to comment.