diff --git a/docs/test.sh b/docs/test.sh index 03ca2f88..0915fc63 100644 --- a/docs/test.sh +++ b/docs/test.sh @@ -1,5 +1,5 @@ # Test driver script to be used in a container -# See http://docs.microsoft.com/azure/devops/pipelines/languages/docker for more information +# See http://docs.micdrosoft.com/azure/devops/pipelines/languages/docker for more information sleep 5 if curl web | grep -q 'Hello world'; then echo "Tests passed!"