Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
fix another url issue
Browse files Browse the repository at this point in the history
  • Loading branch information
flofreud committed Aug 8, 2014
1 parent 3fabe2f commit ae4f6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Utils.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ function Init-Candidate-Cache() {
function Update-Candidates-Cache() {
Write-Verbose 'Update candidates-cache from GVM-API'
Check-Online-Mode
Invoke-Api-Call '/app/version' $Script:GVM_API_VERSION_PATH
Invoke-API-Call '/candidates' $Script:PGVM_CANDIDATES_PATH
Invoke-Api-Call 'app/version' $Script:GVM_API_VERSION_PATH
Invoke-API-Call 'candidates' $Script:PGVM_CANDIDATES_PATH
}

function Write-Offline-Version-List($Candidate) {
Expand Down

0 comments on commit ae4f6e6

Please sign in to comment.