mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[PR #128] [MERGED] chore(backend): fix docker client constant name typo #177
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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_improvements← Head:chore/docker-typo-rename📝 Commits (1)
7ff8159chore(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
containerLocalCwdTemplateand update all references.Closes: N/A
Type of Change
Areas Affected
Testing and Verification
Test Steps
Test Results
N/A
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.