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