Skip to content

Commit

Permalink
Use utility method in FileBackupStore
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Jun 17, 2016
1 parent de64398 commit c39f69a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void start()
@Override
public void backupShard(UUID uuid, File source)
{
File backupFile = getFileSystemPath(baseDir, uuid);
File backupFile = getBackupFile(uuid);
createDirectories(backupFile.getParentFile());

try {
Expand Down

0 comments on commit c39f69a

Please sign in to comment.