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

Commit

Permalink
Update varaible name
Browse files Browse the repository at this point in the history
  • Loading branch information
jrichard committed May 24, 2017
1 parent 65511e4 commit 577060b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class BdioUploader {
String hubProxyPassword

@Value('${packman.hub.auto.import.cert}')
String hubImportCertificate
String hubAutoImportCertificate


void uploadBdioFiles(List<File> createdBdioFiles) {
Expand Down Expand Up @@ -86,7 +86,7 @@ class BdioUploader {
hubServerConfigBuilder.setProxyUsername(hubProxyUsername)
hubServerConfigBuilder.setProxyPassword(hubProxyPassword)

hubServerConfigBuilder.setAutoImportHttpsCertificates(Boolean.valueOf(hubImportCertificate))
hubServerConfigBuilder.setAutoImportHttpsCertificates(Boolean.valueOf(hubAutoImportCertificate))
hubServerConfigBuilder.setLogger(slf4jIntLogger)

hubServerConfigBuilder
Expand Down

0 comments on commit 577060b

Please sign in to comment.