fix: Generate correct file name

This commit is contained in:
oSumAtrIX 2023-10-29 23:39:09 +01:00
parent bd3e19de62
commit afef7ec59d
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -134,7 +134,7 @@ class DonationsGenerator(Generator):
def generate(self, config, path):
donation = config["links"]
donation_path = join(path, f"donation.json")
donation_path = join(path, f"donations.json")
write_json(donation, donation_path)