Skip to content

Commit 530d660

Browse files
replace version urls
Synced from CyberDrain/CIPP@34507d2
1 parent 1187654 commit 530d660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/CIPPCore/Public/Assert-CippVersion.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function Assert-CippVersion {
2222
}
2323

2424
$RemoteAPIVersion = (Invoke-CIPPRestMethod -Uri 'https://raw.githubusercontent.com/KelvinTegelaar/CIPP-API/master/version_latest.txt').trim()
25-
$RemoteCIPPVersion = (Invoke-CIPPRestMethod -Uri 'https://raw.githubusercontent.com/KelvinTegelaar/CIPP/main/public/version.json').version
25+
$RemoteCIPPVersion = (Invoke-CIPPRestMethod -Uri 'https://raw.githubusercontent.com/CyberDrain/CIPP/main/backend/version_latest.txt').trim()
2626

2727
[PSCustomObject]@{
2828
LocalCIPPVersion = $CIPPVersion

0 commit comments

Comments
 (0)