Skip to content

Commit

Permalink
Fixes #924: Remove nonexistent --db option from db-scrub script. (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy authored and grasmash committed Jan 6, 2017
1 parent f645857 commit 34c7da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/hooks/common/post-db-copy/db-scrub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 34c7da2

Please sign in to comment.