We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf97de2 commit 085a6b4Copy full SHA for 085a6b4
1 file changed
local/bin/db-rebuild.sh
@@ -88,7 +88,7 @@ if [ -z "$FILE" ]; then
88
# generate temp file
89
FILE=$(mktemp) || exit 1
90
# grab latest production db backup.
91
- curl `terminus backup:get --element=db myeap2.$TERMINUSENV` --output $FILE
+ curl `terminus backup:get --element=db $TERMINUS_SITE.$TERMINUSENV` --output $FILE
92
function cleanup {
93
rm "$FILE"
94
}
0 commit comments