Skip to content

Commit cf767bf

Browse files
committed
3893: Uncommented task commands
1 parent 1e9d663 commit cf767bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ tasks:
228228
fixtures:load:
229229
prompt: "This will reset your content. Continue?"
230230
cmds:
231-
# - task drush -- --yes pm:enable hoeringsportal_base_fixtures $(find web/modules/custom -type f -name 'hoeringsportal_*_fixtures.info.yml' -exec basename -s .info.yml {} \;)
231+
- task drush -- --yes pm:enable hoeringsportal_base_fixtures $(find web/modules/custom -type f -name 'hoeringsportal_*_fixtures.info.yml' -exec basename -s .info.yml {} \;)
232232
- task drush -- --yes content-fixtures:load
233-
# - task drush -- --yes pm:uninstall content_fixtures
233+
- task drush -- --yes pm:uninstall content_fixtures
234234
# Update states on public meetings.
235235
- task drush -- --yes hoeringsportal:public_meeting:state-update
236236
- task drush -- --yes cache:rebuild

0 commit comments

Comments
 (0)