Skip to content

Commit a9c1d86

Browse files
committed
build(docs/Makefile): Fix url in dev server
1 parent c324d19 commit a9c1d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ watch:
167167
serve:
168168
@echo '=============================================================='
169169
@echo
170-
@echo 'docs server running at http://localhost${HTTP_PORT}/'
170+
@echo 'docs server running at http://localhost:${HTTP_PORT}/'
171171
@echo
172172
@echo '=============================================================='
173173
@if test ${PYVERSION} -eq 2; then $(MAKE) serve_py2; else make serve_py3; fi

0 commit comments

Comments
 (0)