Skip to content

Commit

Permalink
Remove DRUPAL_DESTINATION
Browse files Browse the repository at this point in the history
  • Loading branch information
laurielim committed Aug 31, 2023
1 parent 5433fa7 commit fe21043
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions make/drupal.mk
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ drush-uli: ## Get login link
$(call drush,uli$(if $(DRUPAL_UID), --uid=$(DRUPAL_UID),) $(DRUPAL_DESTINATION))

PHONY += drush-uli-%
drush-uli-%: DRUPAL_DESTINATION ?= admin/reports/status
drush-uli-%: ## Get login link for provided uid
$(call step,Login to your site as user $* with:\n)
$(call drush,uli --uid=$* $(DRUPAL_DESTINATION))
$(call drush,uli --uid=$*)

PHONY += drush-si
ifeq ($(DRUPAL_CONF_EXISTS),yes)
Expand Down

0 comments on commit fe21043

Please sign in to comment.