diff --git a/run_rendercv.py b/run_rendercv.py index c78ff9a..ec7ce23 100644 --- a/run_rendercv.py +++ b/run_rendercv.py @@ -2,7 +2,7 @@ from rendercv.__main__ import render from rendercv.data_model import generate_json_schema import os -input_file_path = "SinaAtalay_CV.yaml" +input_file_path = "John_Doe_CV.yaml" render(input_file_path) # type: ignore # This script is equivalent to running the following command in the terminal: