Skip to content

Commit

Permalink
Bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Aug 13, 2024
1 parent 8002bde commit 546d6fb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ private String[] deDuplicateAndAddDefault(String commaDelimitedItems, String def

private void addPropertySource(Environment environment, String application, String profile, String label) {
Map<Object, Object> properties = findProperties(application, profile, label);
// The main PropertySource (the first one) should be always there, even if it is empty.
// The main PropertySource (the first one) should be always there, even if it is
// empty.
if (!properties.isEmpty() || environment.getPropertySources().isEmpty()) {
PropertySource propertySource = new PropertySource("credhub-" + application + "-" + profile + "-" + label,
properties);
Expand Down

0 comments on commit 546d6fb

Please sign in to comment.