Skip to content

Commit 12cbbdb

Browse files
committed
Fix appdata path in maint script
1 parent 5c10999 commit 12cbbdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def news():
435435

436436
@cli.command()
437437
def appdata():
438-
filename = 'data/org.gnome.meld.appdata.xml.in'
438+
filename = 'data/org.gnome.meld.appdata.xml.in.in'
439439

440440
rendered = render_template(APPDATA_TEMPLATE)
441441
with open(filename, 'r') as f:

0 commit comments

Comments
 (0)