Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 70fbc6e

Browse files
authored
Fixed a couple typos. (#584)
1 parent 09e94df commit 70fbc6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ With Continue, you can choose from several leading AI model providers:
6767

6868
🔮 Many more on the way!
6969

70-
- **[Aider](https://aider.chat)
70+
- **[Aider](https://aider.chat)**
7171

7272
With Aider, you can choose from two leading AI model providers:
7373

scripts/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ restore_backup() {
2121
fi
2222
}
2323

24-
genrerate_certs() {
24+
generate_certs() {
2525
echo "Generating certificates..."
2626
python -m src.codegate.cli generate-certs --certs-out-dir "$CODEGATE_CERTS"
2727
}
@@ -61,7 +61,7 @@ echo "Initializing entrypoint script..."
6161
restore_backup
6262

6363
# Step 2: Generate certificates
64-
genrerate_certs
64+
generate_certs
6565

6666
# Step 3: Start the dashboard
6767
start_dashboard

0 commit comments

Comments
 (0)