From f533680f9fb01da41531c388e1e497f50cb58cd0 Mon Sep 17 00:00:00 2001 From: Glenn Date: Thu, 4 Jan 2024 13:00:08 +0100 Subject: [PATCH] fix: missing coma in array --- src/cli.cr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli.cr b/src/cli.cr index c9f1f58..f73e08a 100644 --- a/src/cli.cr +++ b/src/cli.cr @@ -65,8 +65,8 @@ module CodePreloader "header_prompt_file_path: null", "", "# Optional: Path to a file containing the footer prompt", - "footer_prompt_file_path: null" - "", + "footer_prompt_file_path: null", + "" ].join("\n") # Writing the configuration content to the file