diff options
| -rwxr-xr-x | bin/console | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/console b/bin/console index 29310ee..f95a90d 100755 --- a/bin/console +++ b/bin/console @@ -1,3 +1,3 @@ #!/bin/sh -psql -h $PWD/tmp/sockets postgres +psql -h $PWD/tmp/sockets postgres "$@" |
