Skip to content

Commit 6ce26ff

Browse files
author
David Ferlay
authored
Fix typo in project_default_content README
1 parent cb24fb3 commit 6ce26ff

File tree

1 file changed

+1
-1
lines changed
  • web/modules/custom/project_default_content

1 file changed

+1
-1
lines changed

web/modules/custom/project_default_content/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ drush dcer media <media id> --folder=modules/custom/project_default_content/cont
2222
6. Use _sed_ commands to replace UID and UUID values of admin author in files of all exported content :
2323
- `cd web/modules/custom/project_default_content/content/`
2424
- `find . -type f -exec sed -i 's/\/user\\\/1/\/user\\\/2/g' {} +`
25-
- `find . -type f -exec sed -i 's/UUID_OF_ADMIN_USER/4bad48eb-ff5b-45b4-b30c-ecabff09591a' {} +`
25+
- `find . -type f -exec sed -i 's/UUID_OF_ADMIN_USER/4bad48eb-ff5b-45b4-b30c-ecabff09591a/' {} +`
2626
7. Exported default content will be created at build and it's author should be `default_content_author`
2727

0 commit comments

Comments
 (0)