Explorar o código

fixed d7_user_profile in migrate shell script

Bachir Soussi Chiadmi %!s(int64=6) %!d(string=hai) anos
pai
achega
737eb108f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      migrate-from-d7.sh

+ 1 - 1
migrate-from-d7.sh

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