From 34c7da21d624c8b6c0389753c576a144a7b22c5e Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 6 Jan 2017 09:34:53 -0600 Subject: [PATCH] Fixes #924: Remove nonexistent --db option from db-scrub script. (#925) --- template/hooks/common/post-db-copy/db-scrub.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/hooks/common/post-db-copy/db-scrub.sh b/template/hooks/common/post-db-copy/db-scrub.sh index d28f11681..77976f88a 100755 --- a/template/hooks/common/post-db-copy/db-scrub.sh +++ b/template/hooks/common/post-db-copy/db-scrub.sh @@ -12,5 +12,5 @@ db_name="$3" source_env="$4" echo "$site.$target_env: Scrubbing database $db_name" -drush @$site.$target_env sql-sanitize --db=$db_name -drush @$site.$target_env cache-rebuild --db=$db_name +drush @$site.$target_env sql-sanitize +drush @$site.$target_env cache-rebuild