Skip to content

Commit

Permalink
rewrite-manifest: Set indent to make readable
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Oct 8, 2024
1 parent 865215d commit 5ce1b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/rewrite-manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
break

with open("org.flatpak.Builder/org.flatpak.Builder.json", "w") as f:
json.dump(manifest, f)
json.dump(manifest, f, indent=4)

0 comments on commit 5ce1b8f

Please sign in to comment.