Skip to content

Commit

Permalink
Merge pull request #404 from cspotcode/patch-1
Browse files Browse the repository at this point in the history
Stable emit of plugins.json, so diffs are more readable
  • Loading branch information
jjw24 authored Oct 16, 2024
2 parents 96b1350 + 4150e74 commit 942426a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/src/merge-manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import json

if __name__ == "__main__":
plugins = glob.glob("plugins/*.json")
plugins = sorted(glob.glob("plugins/*.json"))

manifests = []

Expand Down

0 comments on commit 942426a

Please sign in to comment.