Skip to content

Commit 66ed16c

Browse files
authored
uploader-friendly file name for external backups
1 parent c330ef2 commit 66ed16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DriveBackup/src/main/java/ratismal/drivebackup/UploadThread.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ public static boolean wasLastBackupSuccessful() {
617617
@NotNull
618618
@Contract (pure = true)
619619
private static String getSocketAddress(@NotNull ExternalBackupSource externalBackup) {
620-
return externalBackup.hostname + ":" + externalBackup.port;
620+
return externalBackup.hostname + "-" + externalBackup.port;
621621
}
622622

623623
/**

0 commit comments

Comments
 (0)