mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 20:26:49 +00:00
remove extra ()
This commit is contained in:
@@ -13,4 +13,4 @@ apt-get install libpq-dev
|
||||
echo "Install Postgresql Client"
|
||||
apt-get install postgresql-client
|
||||
|
||||
DocumentInstalledItem "($(psql -V 2>&1 | cut -d ' ' -f 1,2,3))"
|
||||
DocumentInstalledItem "$(psql -V 2>&1 | cut -d ' ' -f 1,2,3)"
|
||||
Reference in New Issue
Block a user