Skip to content

Commit b71c552

Browse files
committed
Fix file reference
1 parent b4db217 commit b71c552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

investing_algorithm_framework/cli/initialize_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def command(path=None, app_type="default", replace=False):
302302
readme_template_path = os.path.join(
303303
os.path.dirname(current_script_path),
304304
"templates",
305-
"README.md.template"
305+
"readme.md.template"
306306
)
307307
create_file_from_template(
308308
readme_template_path,

0 commit comments

Comments
 (0)