Skip to content

Commit e7baa77

Browse files
authored
Merge pull request #1562 from STG-Tanner/dev
Fix URL in Invoke-NinjaOneTenantSync.ps1
2 parents 701357c + b2e27d3 commit e7baa77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CippExtensions/Public/NinjaOne/Invoke-NinjaOneTenantSync.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,7 @@ function Invoke-NinjaOneTenantSync {
15751575

15761576
@{
15771577
Name = 'CIPP Tenant Dashboard'
1578-
Link = "https://$CIPPUrl?tenantFilter=$($Customer.defaultDomainName)"
1578+
Link = "https://$CIPPUrl/?tenantFilter=$($Customer.defaultDomainName)"
15791579
Icon = 'fas fa-shield-halved'
15801580
},
15811581
@{

0 commit comments

Comments
 (0)