Skip to content

Commit df2a5e5

Browse files
committed
Fixed help text on update and safe-update
1 parent 0f5d595 commit df2a5e5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,9 @@ export-prod: # Export production tarball
157157
##
158158
init-drupal: drupal-install config-init config-import clear-cache
159159

160-
# Run the 'rebuild' task then import configuration and clear Drupal's cache.
161-
update: docker-stop composer-install docker-rebuild wait-healthy clear-cache config-import updb clear-cache
160+
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.
162161

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

166164
drupal-install: docker-running
167165
$(CURDIR)/bin/drush \

0 commit comments

Comments
 (0)