Skip to content

Commit ef9cc94

Browse files
authored
Merge pull request #151 from digma-ai/fix_getlocalhostname
remove the trimming of .local
2 parents d89747a + a8bdfed commit ef9cc94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ide-common/src/main/java/org/digma/intellij/plugin/common/CommonUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public static String getLocalHostname() {
2020
} catch (UnknownHostException e) {
2121
hostname = hostnameByEnvVar();
2222
}
23-
hostname = StringUtils.removeEnd(hostname, ".local");
2423
return hostname;
2524
}
2625

0 commit comments

Comments
 (0)