mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Default to beta when loading a database from heroku, if no argument is presented
This commit is contained in:
parent
d2443a10d3
commit
c4f9e63ba1
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ set -eux
|
|||
|
||||
git rev-parse --show-toplevel
|
||||
|
||||
APP=$1
|
||||
APP="${1:-beta}"
|
||||
TIMESTAMP=$(date +%s)
|
||||
DUMP_FILENAME=$APP.$TIMESTAMP.dump
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue