Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain committed Dec 17, 2024
1 parent d82f2cc commit c6c2247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ app_psql_version() {
}
app_psql_cluster() {
pg_lsclusters --no-header \
| grep "^$app_psql_version" \
| grep "^$(app_psql_version)" \
| cut -d' ' -f2
}
app_psql_port() {
pg_lsclusters --no-header \
| grep "^$app_psql_version" \
| grep "^$(app_psql_version)" \
| cut -d' ' -f3
}

Expand Down

0 comments on commit c6c2247

Please sign in to comment.