Skip to content

Commit cc05236

Browse files
committed
UHF-12628: Fixed argument name
1 parent fa0c6b6 commit cc05236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/make/drupal.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ PHONY += drush-import-dump
108108
drush-import-dump: dump.sql
109109
$(call drush,sql-drop --quiet -y)
110110
$(call step,Import local SQL dump...)
111-
$(call drush,sql-query --file=/app/dump.sql --extra=--skip-ssl && echo 'SQL dump imported')
111+
$(call drush,sql-query --file=/app/dump.sql --extra-dump=--skip-ssl && echo 'SQL dump imported')
112112

113113
PHONY += drush-sanitize-database
114114
drush-sanitize-database:

0 commit comments

Comments
 (0)