Skip to content

Commit 085a6b4

Browse files
committed
fix hardcoded site
1 parent cf97de2 commit 085a6b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

local/bin/db-rebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if [ -z "$FILE" ]; then
8888
# generate temp file
8989
FILE=$(mktemp) || exit 1
9090
# grab latest production db backup.
91-
curl `terminus backup:get --element=db myeap2.$TERMINUSENV` --output $FILE
91+
curl `terminus backup:get --element=db $TERMINUS_SITE.$TERMINUSENV` --output $FILE
9292
function cleanup {
9393
rm "$FILE"
9494
}

0 commit comments

Comments
 (0)