Skip to content

Commit

Permalink
fixed trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Souldiv committed Oct 11, 2023
1 parent 81be8d9 commit 2d1b006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/setup-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
command: sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'

Check warning on line 3 in tasks/setup-Debian.yml

View workflow job for this annotation

GitHub Actions / Lint

3:121 [line-length] line too long (134 > 120 characters)

- name: Import and Write gpg key to pgdg.asc
get_url:
get_url:
url: https://www.postgresql.org/media/keys/ACCC4CF8.asc
dest: /etc/apt/trusted.gpg.d/pgdg.asc

Expand Down

0 comments on commit 2d1b006

Please sign in to comment.