mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 20:47:58 -05:00
update metadata printing
This commit is contained in:
@@ -29,8 +29,7 @@ def get_notes(app_name: str, body: str = ""):
|
||||
if not app_name:
|
||||
utils.throw_error("Expected [app_name] to be set")
|
||||
|
||||
body = f"\n{body}\n" if body else "\n"
|
||||
return f"{get_header(app_name)}{body}{get_footer(app_name)}"
|
||||
return f"{get_header(app_name)}\n\n{body}\n\n{get_footer(app_name)}"
|
||||
|
||||
|
||||
def get_portals(portals: list):
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
0.0.1: f074617a82a86d2a6cc78a4c8a4296fc9d168e456f12713e50c696557b302133
|
||||
1.0.0: ea8957d684adb84ca0ce60bc44ca536267ed651688141233eaec58387a3c20aa
|
||||
1.0.0: bacb00e90d4a31e1ddb9952f5c7b006f2f87d14ec69edcb5d274bf5bf94524ea
|
||||
|
||||
Reference in New Issue
Block a user