Skip to content

Commit 598aa14

Browse files
committed
testing
1 parent ed91036 commit 598aa14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CippExtensions/Public/Halo/New-HaloPSATicket.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function New-HaloPSATicket {
7878
#use the token to create a new ticket in HaloPSA
7979
$body = ConvertTo-Json -Compress -Depth 10 -InputObject @($Object)
8080

81-
Write-Information 'Sending ticket to HaloPSA'
81+
Write-Output 'Sending ticket to HaloPSA'
8282
Write-Host "Body we shipped: $body"
8383
try {
8484
if ($PSCmdlet.ShouldProcess('Send ticket to HaloPSA', 'Create ticket')) {

0 commit comments

Comments
 (0)