Skip to content

Commit

Permalink
release push
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Nov 27, 2023
1 parent 4d300de commit bec55c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/CIPPCore/Public/Remove-CIPPMobileDevice.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Remove-CIPPMobileDevice {
"Could not remove device: $($_.FriendlyName)"
}
}
if (!$Devices) { 'No mobile devices have been removed as we could not find any' }
if (!$Devices) { $Devices ='No mobile devices have been removed as we could not find any' }
Write-LogMessage -user $ExecutingUser -API $APIName -message "Deleted mobile devices for $($username)" -Sev 'Info' -tenant $tenantFilter
return $devices
} catch {
Expand Down

0 comments on commit bec55c7

Please sign in to comment.