Skip to content

Commit

Permalink
fix(boot2): Replacing camel with snake case (#3151)
Browse files Browse the repository at this point in the history
- camel -> snake case
  • Loading branch information
jeyrschabu committed Sep 16, 2019
1 parent 54a717a commit 16313cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class UpsertImageTagsTask extends AbstractCloudProviderAwareTask implemen

@Autowired RetrySupport retrySupport;

@Value("${tasks.upsert-image-tags-timeoutMillis:600000}")
@Value("${tasks.upsert-image-tags-timeout-millis:600000}")
private Long upsertImageTagsTimeoutMillis;

@Override
Expand Down

0 comments on commit 16313cb

Please sign in to comment.