diff --git a/update_doc.py b/update_doc.py index 9a9faa9e..3f8ddedd 100644 --- a/update_doc.py +++ b/update_doc.py @@ -121,7 +121,7 @@ def check_supported_models(check: bool): with open(filename, "r") as f: doc = f.read() if doc != final_doc: - tmp = "launcher.md" + tmp = "supported.md" with open(tmp, "w") as g: g.write(final_doc) diff = subprocess.run(