Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 34c7da2

Browse files
geerlingguygrasmash
authored andcommitted
Fixes #924: Remove nonexistent --db option from db-scrub script. (#925)
1 parent f645857 commit 34c7da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/hooks/common/post-db-copy/db-scrub.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ db_name="$3"
1212
source_env="$4"
1313

1414
echo "$site.$target_env: Scrubbing database $db_name"
15-
drush @$site.$target_env sql-sanitize --db=$db_name
16-
drush @$site.$target_env cache-rebuild --db=$db_name
15+
drush @$site.$target_env sql-sanitize
16+
drush @$site.$target_env cache-rebuild

0 commit comments

Comments
 (0)