From a8bb8710acf88a948b5c09b821d11721a53c00ea Mon Sep 17 00:00:00 2001 From: Dave Cramer Date: Mon, 15 Apr 2024 13:51:34 -0400 Subject: [PATCH] get spelling correct --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ebd6ec5b..f4cb7261 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -177,7 +177,7 @@ jobs: - name: start postgresql shell: powershell run: | - C:\Program Files\PostgreSQL\16\bin\pg_ctl.exe -D "C:\Program Files\PostgreSQL\16\data\" -w + "C:\Program Files\PostgreSQL\16\bin\pg_ctl.exe" -D "C:\Program Files\PostgreSQL\16\data\" -w - name: get psqlodbc uses: actions/checkout@v4 - name: 'setup msvc for psqlodbc'