We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96b1350 + 4150e74 commit 942426aCopy full SHA for 942426a
ci/src/merge-manifest.py
@@ -2,7 +2,7 @@
2
import json
3
4
if __name__ == "__main__":
5
- plugins = glob.glob("plugins/*.json")
+ plugins = sorted(glob.glob("plugins/*.json"))
6
7
manifests = []
8
0 commit comments