Add missing file var

This commit is contained in:
Daniel Lindmark 2024-05-20 18:05:51 -05:00
parent 2b39a2db17
commit e0a38c17d1

View File

@ -63,6 +63,6 @@ def write_to_file(file_name, string):
repository = Repository.request(allspice, "AllSpice-Demos", "Actions-demo")
write_to_file(get_attributes(repository))
write_to_file(file_name, get_attributes(repository))
print("End-of-file")