Parcourir la source

fixed d7_user_profile in migrate shell script

Bachir Soussi Chiadmi il y a 5 ans
Parent
commit
737eb108f3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      migrate-from-d7.sh

+ 1 - 1
migrate-from-d7.sh

@@ -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 " "