Skip to content

Commit 9a093a1

Browse files
committed
add quotes
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 8036126 commit 9a093a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ runs:
9494
run: |
9595
if ! sudo systemctl is-active --quiet postgresql; then
9696
sudo systemctl start postgresql.service
97-
sudo -u postgres psql -c "CREATE USER scancodeio WITH CREATEDB ENCRYPTED PASSWORD scancodeio;"
97+
sudo -u postgres psql -c "CREATE USER scancodeio WITH CREATEDB ENCRYPTED PASSWORD 'scancodeio';"
9898
sudo -u postgres createdb --owner=scancodeio --encoding=UTF-8 scancodeio
9999
fi
100100

0 commit comments

Comments
 (0)