commit 656b5d899000e3886f40fad9aacbda58172e1209 Author: teor teor2345@gmail.com Date: Tue Feb 28 00:42:16 2017 +1100
Fix a typo in the update message --- tools/test-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/test-network.sh b/tools/test-network.sh index 6924c20..0e6ffb3 100755 --- a/tools/test-network.sh +++ b/tools/test-network.sh @@ -10,7 +10,7 @@ export CHUTNEY_WARNINGS_IGNORE_EXPECTED=${CHUTNEY_WARNINGS_IGNORE_EXPECTED:-true export CHUTNEY_WARNINGS_SUMMARY=${CHUTNEY_WARNINGS_SUMMARY:-true}
# what we say when we fail -UPDATE_YOUR_CHUTNEY="Please update your chutney uisng 'git pull'." +UPDATE_YOUR_CHUTNEY="Please update your chutney using 'git pull'."
until [ -z "$1" ] do