Default to beta when loading a database from heroku, if no argument is presented

This commit is contained in:
Liam Morley 2021-12-01 13:34:45 -05:00
parent d2443a10d3
commit c4f9e63ba1

View file

@ -4,7 +4,7 @@ set -eux
git rev-parse --show-toplevel git rev-parse --show-toplevel
APP=$1 APP="${1:-beta}"
TIMESTAMP=$(date +%s) TIMESTAMP=$(date +%s)
DUMP_FILENAME=$APP.$TIMESTAMP.dump DUMP_FILENAME=$APP.$TIMESTAMP.dump