fix: missing coma in array
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2024-01-04 13:00:08 +01:00
parent c359e9f826
commit f533680f9f

View file

@ -65,8 +65,8 @@ module CodePreloader
"header_prompt_file_path: null", "header_prompt_file_path: null",
"", "",
"# Optional: Path to a file containing the footer prompt", "# Optional: Path to a file containing the footer prompt",
"footer_prompt_file_path: null" "footer_prompt_file_path: null",
"", ""
].join("\n") ].join("\n")
# Writing the configuration content to the file # Writing the configuration content to the file