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

Fixed a couple typos. #584

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -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
Expand Down
Loading