Skip to content
Snippets Groups Projects
Commit 892b7e57 authored by Nicolas Voirol's avatar Nicolas Voirol
Browse files

Correct sorting for resource listing

parent bcb0589e
Branches
Tags
No related merge requests found
......@@ -24,7 +24,7 @@ trait ResourceUtils {
}
}
rec(baseDir).filter(f => filter(f.getPath)).toSeq.sortBy(_.getPath)
rec(baseDir).filter(f => filter(f.getPath)).toSeq.sortBy(_.getPath).reverse
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment