We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5993644 commit e4be040Copy full SHA for e4be040
qDup/src/main/java/io/hyperfoil/tools/qdup/Host.java
@@ -516,7 +516,7 @@ public String getShortHostName(){
516
if(alias!=null){
517
return alias;
518
}else if(hostName!=null && hostName.indexOf(".")>-1){
519
- return hostName.substring(0,hostName.indexOf(".")-1);
+ return hostName.substring(0,hostName.indexOf("."));
520
}else{
521
return hostName;
522
}
0 commit comments