fixed d7_user_profile in migrate shell script

This commit is contained in:
Bachir Soussi Chiadmi 2019-02-13 20:07:12 +01:00
parent 0b00ed6c7c
commit 737eb108f3
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ sleep 5
echo " "
echo "Migrating Users"
drush mim d7_users --feedback="1000"
drush mim d7_user_profiles --feedback="1000"
drush mim d7_user_profile --feedback="1000"
sleep 5
echo " "