Skip to content

Commit

Permalink
Merge pull request #21 from wunderio/feature/17-In-ddev-pmu-command-a…
Browse files Browse the repository at this point in the history
…lways-do-cr-before-drush-pmu

#17 In "ddev pmu" command always do cr before drush pmu
  • Loading branch information
hkirsman authored Apr 16, 2024
2 parents 9c14714 + b314a58 commit 3d1658d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/.ddev/wunderio/core/tooling-pmu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ disable_module() {
echo "name: 'Dummy module created by ddev pmu'" > "$module_path/$module_name.info.yml"
echo "type: module" >> "$module_path/$module_name.info.yml"
echo "core_version_requirement: ^9 || ^10 || ^11" >> "$module_path/$module_name.info.yml"

# Clear caches to make the module available.
drush cr
fi

# Clear caches to make the module available.
drush cr

# Run "drush pmu" command.
echo "Disabling module $module_name..."
drush pmu -y "$module_name"
Expand Down

0 comments on commit 3d1658d

Please sign in to comment.