Skip to content

Commit

Permalink
fix(igor): boot1 doesn't love kebab case (spinnaker#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
emjburns authored and dibyom committed Apr 26, 2019
1 parent a35ca08 commit 4c1ae5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ ClouddriverService clouddriverService(ClouddriverApi clouddriverApi) {

@Bean
@ConditionalOnProperty("services.igor.enabled")
IgorApi igorApi(@Value("${services.igor.base-url}") String igorEndpoint) {
IgorApi igorApi(@Value("${services.igor.baseUrl}") String igorEndpoint) {
return new RestAdapter.Builder()
.setEndpoint(Endpoints.newFixedEndpoint(igorEndpoint))
.setClient(okClient)
Expand Down

0 comments on commit 4c1ae5c

Please sign in to comment.