Signed-off-by: Brett Randall <javabrett@gmail.com>
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
#!/usr/bin/env bash |
| 2 | 2 |
set -e |
| 3 |
-echo "WARNING: test-integration-cli is DEREPCATED. Use test-integration." >&2 |
|
| 3 |
+echo "WARNING: test-integration-cli is DEPRECATED. Use test-integration." >&2 |
|
| 4 | 4 |
|
| 5 | 5 |
# TODO: remove this and exit 1 once CI has changed to use test-integration |
| 6 | 6 |
bundle test-integration |