true arg passed to install()

This commit is contained in:
Leandro Quiroga
2018-12-14 16:35:43 -03:00
committed by GitHub
parent b579bd36ba
commit 8a00ff60d8
@@ -720,7 +720,7 @@ public abstract class Getdown extends Thread
throws IOException
{
for (Resource rsrc : resources) {
rsrc.install();
rsrc.install(true);
}
}