diff --git a/Documentation/Makefile.files b/Documentation/Makefile.files index f92f1151f2..e27067a9a5 100644 --- a/Documentation/Makefile.files +++ b/Documentation/Makefile.files @@ -77,7 +77,7 @@ examples: @srcdir@/lib/Admin \ > /tmp/arangosh.examples.js - if test -z "$(server.endpoint) "; then \ + if test -z "$(server.endpoint)"; then \ $(MAKE) start-server PID=$(PID) \ SERVER_START="--server.endpoint tcp://$(VOCHOST):$(VOCPORT) --server.disable-authentication true" \ PROTO=http ;\