From 1cfba38b7b5dc14de6b53e9bccfcc2ba2cf91313 Mon Sep 17 00:00:00 2001 From: Michelangelo Mori <328978+blkt@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:26:09 +0100 Subject: [PATCH] Fixed a couple typos. --- README.md | 2 +- scripts/entrypoint.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0ace02b..df5364ce 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ With Continue, you can choose from several leading AI model providers: 🔮 Many more on the way! -- **[Aider](https://aider.chat) +- **[Aider](https://aider.chat)** With Aider, you can choose from two leading AI model providers: diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index 22fbed2a..90515787 100755 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -21,7 +21,7 @@ restore_backup() { fi } -genrerate_certs() { +generate_certs() { echo "Generating certificates..." python -m src.codegate.cli generate-certs --certs-out-dir "$CODEGATE_CERTS" } @@ -61,7 +61,7 @@ echo "Initializing entrypoint script..." restore_backup # Step 2: Generate certificates -genrerate_certs +generate_certs # Step 3: Start the dashboard start_dashboard