From b6ef8fae7981750b39cdd575e18fa0bc8eb0d565 Mon Sep 17 00:00:00 2001 From: jamesstottmoj Date: Wed, 24 Apr 2024 18:52:39 +0000 Subject: [PATCH] attempting to fix weird linting error --- .devcontainer/features/src/postgresql/install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/features/src/postgresql/install.sh b/.devcontainer/features/src/postgresql/install.sh index 245c76e98..d825f92db 100755 --- a/.devcontainer/features/src/postgresql/install.sh +++ b/.devcontainer/features/src/postgresql/install.sh @@ -7,8 +7,8 @@ wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key a apt-get update apt-get -y install \ - postgresql-common \ - postgresql-client-common \ - postgresql-15 \ - postgresql-client-15 \ - libpq-dev + postgresql-common \ + postgresql-client-common \ + postgresql-15 \ + postgresql-client-15 \ + libpq-dev