Skip to content

Commit

Permalink
Connector.lookupScanCredentials - pass apiUrl()
Browse files Browse the repository at this point in the history
  • Loading branch information
justinharringa committed Aug 23, 2017
1 parent f2a9fdd commit 3792307
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -197,7 +197,7 @@ private static GitHub lookUpGitHub(@NonNull Job<?,?> job) throws IOException {
}
if (source.getScanCredentialsId() != null) {
return Connector.connect(source.getApiUri(), Connector.lookupScanCredentials
(job, null, source.getScanCredentialsId()));
(job, source.getApiUri(), source.getScanCredentialsId()));
}
}
return null;
Expand Down

0 comments on commit 3792307

Please sign in to comment.