Skip to content

Commit

Permalink
Fixed help text on update and safe-update
Browse files Browse the repository at this point in the history
  • Loading branch information
smfsh committed Jul 6, 2019
1 parent 0f5d595 commit df2a5e5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,9 @@ export-prod: # Export production tarball
##
init-drupal: drupal-install config-init config-import clear-cache

# Run the 'rebuild' task then import configuration and clear Drupal's cache.
update: docker-stop composer-install docker-rebuild wait-healthy clear-cache config-import updb clear-cache
update: docker-stop composer-install docker-rebuild wait-healthy clear-cache config-import updb clear-cache # Run the 'rebuild' task then import configuration and clear Drupal's cache.

# Update without importing config.
safe-update: docker-stop composer-install docker-rebuild wait-healthy clear-cache updb clear-cache
safe-update: docker-stop composer-install docker-rebuild wait-healthy clear-cache updb clear-cache # Update without importing config.

drupal-install: docker-running
$(CURDIR)/bin/drush \
Expand Down

0 comments on commit df2a5e5

Please sign in to comment.