We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3be0cb commit d865a1aCopy full SHA for d865a1a
1 file changed
dd-trace-api/src/main/java/datadog/trace/api/Config.java
@@ -899,7 +899,8 @@ private static Properties loadConfigurationFile() {
899
}
900
901
// Normalizing tilde (~) paths for unix systems
902
- configurationFilePath = configurationFilePath.replaceFirst("^~", System.getProperty("user.home"));
+ configurationFilePath =
903
+ configurationFilePath.replaceFirst("^~", System.getProperty("user.home"));
904
905
// Configuration properties file is optional
906
File configurationFile = new File(configurationFilePath);
0 commit comments