[PR #128] [MERGED] chore(backend): fix docker client constant name typo #177

Closed
opened 2026-06-06 22:09:34 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vxcontrol/pentagi/pull/128
Author: @SkyFlyingMouse
Created: 2/22/2026
Status: Merged
Merged: 2/23/2026
Merged by: @asdek

Base: feature/project_improvementsHead: chore/docker-typo-rename


📝 Commits (1)

  • 7ff8159 chore(backend): fix docker client constant name typo

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 backend/pkg/docker/client.go (+3 -3)

📄 Description

Description of the Change

Problem

A constant name in the docker client has a typo (containeLocalCwdTemplate), reducing readability and making searches/refactors harder.

Solution

Fix the typo by renaming it to containerLocalCwdTemplate and update all references.

Closes: N/A

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)

Areas Affected

  • Core Services (Frontend UI/Backend API)

Testing and Verification

Test Steps

  1. N/A (rename-only change, no behavior changes)

Test Results

N/A


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vxcontrol/pentagi/pull/128 **Author:** [@SkyFlyingMouse](https://github.com/SkyFlyingMouse) **Created:** 2/22/2026 **Status:** ✅ Merged **Merged:** 2/23/2026 **Merged by:** [@asdek](https://github.com/asdek) **Base:** `feature/project_improvements` ← **Head:** `chore/docker-typo-rename` --- ### 📝 Commits (1) - [`7ff8159`](https://github.com/vxcontrol/pentagi/commit/7ff8159dddf06b8885630a47579d667120e70c27) chore(backend): fix docker client constant name typo ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `backend/pkg/docker/client.go` (+3 -3) </details> ### 📄 Description ### Description of the Change #### Problem A constant name in the docker client has a typo (`containeLocalCwdTemplate`), reducing readability and making searches/refactors harder. #### Solution Fix the typo by renaming it to `containerLocalCwdTemplate` and update all references. Closes: N/A ### Type of Change - [x] 🐛 Bug fix (non-breaking change which fixes an issue) ### Areas Affected - [x] Core Services (Frontend UI/Backend API) ### Testing and Verification #### Test Steps 1. N/A (rename-only change, no behavior changes) #### Test Results N/A --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-06 22:09:34 -04:00
yindo closed this issue 2026-06-06 22:09:34 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/pentagi#177