diff --git a/scripts/travis/deploy b/scripts/travis/deploy index 3c2f6657..a482c950 100755 --- a/scripts/travis/deploy +++ b/scripts/travis/deploy @@ -15,7 +15,7 @@ if ! ./scripts/travis/on-master; then fi if ! ./scripts/travis/changes-in-docs-since-master; then - echo "✘ Documentation is not deployed if their are no changes in ./docs"; + echo "✘ Documentation is not deployed if there are no changes in ./docs"; exit 0 fi