mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-20 15:38:19 -04:00
[PR #96] [MERGED] fix: Invalid URL format, surrounding quotes does not match with regex #302
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/open-webui/pipelines/pull/96
Author: @karaketir16
Created: 6/15/2024
Status: ✅ Merged
Merged: 6/17/2024
Merged by: @tjbck
Base:
main← Head:patch-1📝 Commits (1)
6bab4f3fix: surrounding quotes does not match with regex📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
start.sh(+3 -0)📄 Description
The surrounding quotes do not match with the regex in the
start.shdownload.I encountered this issue when I tried using Docker Compose with the following configuration:
The quotes caused an error.
I checked the Docker image
python:3.11-slim-bookwormand it includes thesedcommand.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.