Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EinsamHauer committed Aug 22, 2015
1 parent 8d5cc6a commit d789cc5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/net/iponweb/disthene/dumper/Dumper.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ public void dump() throws ExecutionException, InterruptedException, IOException
logger.info("\t" + tenant);
}
for (String tenant : tenants) {
if (!tenant.equals("bidswitch")) {
dumpTenant(dayFolder, tenant);
}
dumpTenant(dayFolder, tenant);
}

session.close();
Expand Down

0 comments on commit d789cc5

Please sign in to comment.