From 1ae05978cc54e27ee5ea514a106f18ce28f765c1 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Tue, 20 Aug 2019 13:38:57 -0400 Subject: [PATCH] Use the word 'clone' instead Signed-off-by: Marc Khouzam --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5cc4d6d8..59a8a0d75 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ test-acceptance: build build-cross cd ${ACCEPTANCE_DIR} && \ ROBOT_RUN_TESTS=$(ACCEPTANCE_RUN_TESTS) ROBOT_HELM_PATH=$(BINDIR) make acceptance; \ else \ - echo "You must install the acceptance_testing repo under $(ACCEPTANCE_DIR)"; \ + echo "You must clone the acceptance_testing repo under $(ACCEPTANCE_DIR)"; \ echo "You can find the acceptance_testing repo at https://github.com/helm/acceptance-testing"; \ fi