branch: externals/vecdb
commit f8c32725c3d217cee5e4c590d32a1425c08cd299
Author: Andrew Hyatt <ahy...@gmail.com>
Commit: Andrew Hyatt <ahy...@gmail.com>

    Remove stray quote
---
 .github/workflows/ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 11a8faaf23..91789b80c1 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
           POSTGRES_USER: postgres
           POSTGRES_HOST_AUTH_METHOD: trust
         ports:
-          - 5432:5432'
+          - 5432:5432
       chromadb:
         image: chromadb/chroma
         ports:

Reply via email to