Skip to content

Commit

Permalink
migrate:import no longer supports --group function (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahwsmith committed May 11, 2022
1 parent d09627d commit c85af8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drupal/rootfs/etc/islandora/utilities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ function configure_openseadragon {
function import_islandora_migrations {
local site="${1}"; shift
local site_url=$(drupal_site_env "${site}" "SITE_URL")
drush -l "${site_url}" -y --userid=1 migrate:import --group=islandora
drush -l "${site_url}" -y --userid=1 migrate:import islandora_defaults_tags,islandora_tags
}

# Enable module and apply configuration.
Expand Down

0 comments on commit c85af8b

Please sign in to comment.