mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed typo DEREPCATED -> DEPRECATED.
Signed-off-by: Brett Randall <javabrett@gmail.com>
This commit is contained in:
parent
daded8da91
commit
3b80d57899
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue