Skip to content

Commit ee5e437

Browse files
committed
Merge branch '11.x' into drupalizeme_live
2 parents 3dac486 + 060e90d commit ee5e437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/en/install-dev-making.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ directory structure, you will need to adjust the _--docroot_ option accordingly.
183183
. Use the following command to import the database dump file you created:
184184
+
185185
----
186-
ddev import-db --src=PATH/TO/BACKUPFILE.sql.gz
186+
ddev import-db --file=PATH/TO/BACKUPFILE.sql.gz
187187
----
188188

189189
==== Expand your understanding

source/ru/install-dev-making.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ddev start
113113
. Импортируйте дамп базы:
114114
+
115115
----
116-
ddev import-db --src=PATH/TO/BACKUPFILE.sql.gz
116+
ddev import-db --file=PATH/TO/BACKUPFILE.sql.gz
117117
----
118118

119119
==== Расширьте свое понимание

0 commit comments

Comments
 (0)