Skip to content

Commit

Permalink
get spelling correct
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Apr 15, 2024
1 parent 41e020a commit 437f9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 437f9f5

Please sign in to comment.