Use the word 'clone' instead

Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
pull/6256/head
Marc Khouzam 6 years ago
parent b99731cea4
commit 1ae05978cc

@ -92,7 +92,7 @@ test-acceptance: build build-cross
cd ${ACCEPTANCE_DIR} && \ cd ${ACCEPTANCE_DIR} && \
ROBOT_RUN_TESTS=$(ACCEPTANCE_RUN_TESTS) ROBOT_HELM_PATH=$(BINDIR) make acceptance; \ ROBOT_RUN_TESTS=$(ACCEPTANCE_RUN_TESTS) ROBOT_HELM_PATH=$(BINDIR) make acceptance; \
else \ 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"; \ echo "You can find the acceptance_testing repo at https://github.com/helm/acceptance-testing"; \
fi fi

Loading…
Cancel
Save