Skip to content

Commit

Permalink
github: Fix chown syntax
Browse files Browse the repository at this point in the history
Use a colon instead of a dot in `chown`.
  • Loading branch information
mgrabovsky committed Jan 10, 2023
1 parent 97f6743 commit de3e46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# We need an unprivileged user in order to run some Postgres-related tests.
useradd --no-create-home runner
# Doing this would be largely unnecessary had non-srcdir builds worked.
chown -R runner. .
chown -R runner: .
sudo -u runner ./autogen.sh
- name: Build
Expand Down

0 comments on commit de3e46a

Please sign in to comment.