Browse Source

Fixed typo DEREPCATED -> DEPRECATED.

Signed-off-by: Brett Randall <javabrett@gmail.com>
Brett Randall 7 năm trước cách đây
mục cha
commit
3b80d57899
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      hack/make/test-integration-cli

+ 1 - 1
hack/make/test-integration-cli

@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
 set -e
 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
 # TODO: remove this and exit 1 once CI has changed to use test-integration
 bundle test-integration
 bundle test-integration