Skip to content

Commit

Permalink
[PAGOPA-1075] fix: resolved wrong env label
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Jul 7, 2023
1 parent 264c9aa commit b334cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/it/gov/pagopa/reporting/Info.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ public synchronized AppInfo getInfo(Logger logger, String path) {
} catch (Exception e) {
logger.severe("Impossible to retrieve information from pom.properties file.");
}
return AppInfo.builder().version(version).environment("aks").name(name).build();
return AppInfo.builder().version(version).environment("azure-fn").name(name).build();
}
}

0 comments on commit b334cbe

Please sign in to comment.