mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
Fix typo
This commit is contained in:
@@ -36,7 +36,7 @@ if [ -s "$DB_CACHE_FILE" ]; then
|
||||
echo "Using cached dump '$DB_CACHE_FILE'."
|
||||
psql -h localhost -U ofn open_food_network_dev < "$DB_CACHE_FILE"
|
||||
else
|
||||
echo "Downlowding dump to '$DB_CACHE_FILE'."
|
||||
echo "Downloading dump to '$DB_CACHE_FILE'."
|
||||
ssh -C "$HOST" "pg_dump -h localhost -U $DB_USER $DB_DATABASE ${DB_OPTIONS[@]}"\
|
||||
| tee "$DB_CACHE_FILE"\
|
||||
| psql -h localhost -U ofn open_food_network_dev
|
||||
|
||||
Reference in New Issue
Block a user