diff --git a/update_dashboard.py b/update_dashboard.py index 61882aa..f1c63e4 100644 --- a/update_dashboard.py +++ b/update_dashboard.py @@ -105,10 +105,10 @@ readme_content += "\n\n" readme_content += "\nThis dashboard is automatically updated nightly. If it hasn't been updated in within the last couple of days, feel free to raise an issue on the ivy repo." - with open("README.md", "w") as f: + with open("DASHBOARD.md", "w") as f: f.write(readme_content) - with open("README.md", "r") as f: + with open("DASHBOARD.md", "r") as f: lines = f.readlines() for line in lines: print(line)