mirror of
https://github.com/revanced/revanced-static-api.git
synced 2025-04-29 22:24:37 +02:00
fix: Generate correct file name
This commit is contained in:
parent
bd3e19de62
commit
afef7ec59d
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user