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
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment