From 3b80d5789959b790e8f45c984414cc4d2552417b Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Fri, 29 Dec 2017 06:39:09 -0500 Subject: [PATCH] Fixed typo DEREPCATED -> DEPRECATED. Signed-off-by: Brett Randall --- hack/make/test-integration-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make/test-integration-cli b/hack/make/test-integration-cli index 4cc79d095d..480851e70f 100755 --- a/hack/make/test-integration-cli +++ b/hack/make/test-integration-cli @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -e -echo "WARNING: test-integration-cli is DEREPCATED. Use test-integration." >&2 +echo "WARNING: test-integration-cli is DEPRECATED. Use test-integration." >&2 # TODO: remove this and exit 1 once CI has changed to use test-integration bundle test-integration