From f7bd0faa895436127013748ff72208452196e139 Mon Sep 17 00:00:00 2001 From: Ankita Swamy Date: Tue, 16 Nov 2021 12:41:23 +0530 Subject: [PATCH] Fix unzip command while running e2e tests locally --- hack/tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/tools/Makefile b/hack/tools/Makefile index 209a34d536..ab1e0c82bb 100644 --- a/hack/tools/Makefile +++ b/hack/tools/Makefile @@ -183,7 +183,7 @@ ifeq ($(UNAME), Linux) endif ifeq ($(UNAME), Darwin) $(MAKE) $(SSM_SHARE)/sessionmanager-bundle.zip - cd $(BIN_DIR) && unzip -j ../share/ssm/sessionmanager-bundle.zip sessionmanager-bundle/bin/session-manager-plugin + cd $(BIN_DIR) && unzip -o -j ../share/ssm/sessionmanager-bundle.zip sessionmanager-bundle/bin/session-manager-plugin endif .PHONY: clean