Skip to content
Snippets Groups Projects
Commit 8234a78a authored by brinn's avatar brinn
Browse files

fix: remove wrong precondition

SVN: 2912
parent a91a2bfa
No related branches found
No related tags found
No related merge requests found
......@@ -345,7 +345,7 @@ public class RsyncCopier implements IPathCopier
public boolean existsRemotely(File destinationDirectory, String destinationHost)
{
assert destinationDirectory != null && destinationDirectory.isDirectory();
assert destinationDirectory != null;
assert destinationHost != null;
final String destination = buildPath(destinationHost, destinationDirectory, true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment