From 6acda91c93abfecdb91489ee7c8beed01666484a Mon Sep 17 00:00:00 2001 From: Piotr Komborski Date: Mon, 21 Mar 2016 16:06:31 +0000 Subject: [PATCH] Remove $DEPLOY_ENV from bosh-cli execution in Makefile As we have changed bosh-cli behaviour in previous PR we need to modify Makefile to behave accordingly. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 145068a072..233e30462b 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ bootstrap-destroy: ## Destroy bootsrap .PHONY: bosh-cli bosh-cli: ## Create interactive connnection to BOSH container - concourse/scripts/bosh-cli.sh $(DEPLOY_ENV) + concourse/scripts/bosh-cli.sh .PHONY: set_env_class_dev set_env_class_dev: