소스 검색

fixed d7_user_profile in migrate shell script

Bachir Soussi Chiadmi 5 년 전
부모
커밋
737eb108f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 " "