From 737eb108f355dc1c2c921d7eddaefb6ecce5986f Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Wed, 13 Feb 2019 20:07:12 +0100 Subject: [PATCH] fixed d7_user_profile in migrate shell script --- migrate-from-d7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrate-from-d7.sh b/migrate-from-d7.sh index b6b6d177..b33c1436 100755 --- a/migrate-from-d7.sh +++ b/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 " "