This commit is contained in:
crschnick
2025-03-05 23:29:01 +00:00
parent f9c1b751f2
commit 20e1c3f019
2 changed files with 3 additions and 1 deletions
@@ -174,7 +174,7 @@ public final class FilePath {
}
if (split().size() == 1) {
return value.startsWith("/") && !value.equals("/") ? FilePath.of("/") : null;
return value.startsWith("/") && !value.equals("/") ? FilePath.of("/") : this;
}
return FilePath.of(value.substring(0, value.length() - getFileName().length() - 1));
+2
View File
@@ -1353,3 +1353,5 @@ disableApiHttpsTlsCheckDescription=If your organization is decrypting your HTTPS
connectionsSelected=$NUMBER$ connections selected
#force
addConnections=Add connections
browseDirectory=Browse directory
openTerminal=Open terminal