Skip to content

Commit 027b5d5

Browse files
committed
Fixed HaloPSA naming convention
1 parent fda6115 commit 027b5d5

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
@@ -5,7 +5,7 @@ function New-HaloPSATicket {
55
$description,
66
$client
77
)
8-
#Get Halo PSA Token based on the config we have.
8+
#Get HaloPSAToken based on the config we have.
99
$Table = Get-CIPPTable -TableName Extensionsconfig
1010
$Configuration = ((Get-CIPPAzDataTableEntity @Table).config | ConvertFrom-Json).HaloPSA
1111

0 commit comments

Comments
 (0)