Skip to content

Commit

Permalink
Fix path amending script
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinnes committed Oct 22, 2023
1 parent ae3eea6 commit 60a89f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
nvm install 16.17.0
nvm use 16.17.0
- run:
command: printf "export PATH=[%q]:/c/'Program Files'/PostgreSQL/14/bin" '${PATH}' >> ~/.bashrc
command: printf "export PATH=\${PATH}:/c/'Program Files'/PostgreSQL/14/bin" >> ~/.bashrc
shell: bash.exe
- run:
command: wget https://get.enterprisedb.com/postgresql/postgresql-14.9-1-windows-x64.exe -P C:\Users\circleci\Downloads\
Expand Down

0 comments on commit 60a89f6

Please sign in to comment.