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 14b4082 commit bfc2733
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 @@ -173,7 +173,7 @@ jobs:
- name: install postgresql binary
shell: powershell
run: |
C:\OTHERBIN\postgresql_install.exe --mode=unattended --unattendedmodeui=none --superpassword postgres --prefix c:\OTHERBIN\postgresql --datadir c:\OTHERBIN\postgresql\data --enable-components server
C:\OTHERBIN\postgresql_install.exe --mode unattended --unattendedmodeui none --superpassword postgres --prefix c:\OTHERBIN\postgresql --datadir c:\OTHERBIN\postgresql\data --enable-components server
- name: start postgresql
shell: powershell
run: |
Expand Down

0 comments on commit bfc2733

Please sign in to comment.