commit bc3eb77207c86b15ae0e6bd959a5df5d101f3392 parent ba4427e8f66dfb64b2c7e57801aff93dfbda5fc0 Author: rsiddharth <s@ricketyspace.net> Date: Sat, 27 Jan 2018 23:26:06 +0000 Update .bin/pgdump. Diffstat:
.bin/pgdump | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.bin/pgdump b/.bin/pgdump @@ -78,7 +78,7 @@ init_dump_dir() dump_db () { - pg_dump -U $USER -cC -Fd -d $1 -f $DUMP_DIR + pg_dump -h localhost -U $USER -cC -Fd -d $1 -f $DUMP_DIR } # init. stuff.