Skip to content

Commit

Permalink
fix(perms): The SpEL we are using needs to access this method and can…
Browse files Browse the repository at this point in the history
…not because it is not public (#1020)
  • Loading branch information
srekapalli authored and mergify[bot] committed Jan 21, 2020
1 parent 51e7d47 commit d4b5531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private Map initiateTask(String description, List<Map<String, Object>> jobs) {
return taskService.create(operation);
}

String getAppName() {
public String getAppName() {
String applicationName = spinnakerExtensionsConfigProperties.getApplicationName();
if (StringUtils.isEmpty(applicationName)) {
applicationName = DEFAULT_APPLICATION_NAME;
Expand Down

0 comments on commit d4b5531

Please sign in to comment.