This commit is contained in:
2016-06-05 08:53:46 +02:00
parent bb44333d70
commit d2e7488868
4 changed files with 8 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ let sortDockerfiles = function(){
redoSort = true;
return -1;
} else {
return 0
return 1
}
});
if(redoSort && sortCounter <= 50){