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

Commit

Permalink
removeaccidential added pscx-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
flofreud committed May 3, 2014
1 parent 94ca330 commit 0449f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function Init-Candidate-Cache() {
throw 'Can not retrieve list of candidates'
}

$Script:GVM_CANDIDATES = Get-Content $Script:PGVM_CANDIDATES_PATH | Split-String ','
$Script:GVM_CANDIDATES = (Get-Content $Script:PGVM_CANDIDATES_PATH).Split(',')
Write-Verbose "Available candidates: $Script:GVM_CANDIDATES"
}

Expand Down

0 comments on commit 0449f98

Please sign in to comment.