Merge pull request #35899 from javabrett/fix-deprecated-typo

Fixed typo DEREPCATED -> DEPRECATED.
This commit is contained in:
Sebastiaan van Stijn 2017-12-29 15:34:11 +01:00 committed by GitHub
commit bb9c273648
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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