Skip to content

Commit

Permalink
Fix Typo (#868)
Browse files Browse the repository at this point in the history
Avoid `http://http://...`
  • Loading branch information
zstadler committed May 14, 2020
1 parent 12542eb commit 63e1502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ start-postserve: start-db
@echo "* --> can view it locally (use make start-maputnik)"
@echo "* --> or can use https://maputnik.github.io/editor"
@echo "* "
@echo "* set data source / TileJSON URL to http://$(OMT_HOST):8090"
@echo "* set data source / TileJSON URL to $(OMT_HOST):8090"
@echo "* "
@echo "***********************************************************"
@echo " "
Expand All @@ -251,7 +251,7 @@ start-maputnik: stop-maputnik start-postserve
@echo "* "
@echo "* Start maputnik/editor "
@echo "* ---> go to http://$(OMT_HOST):8088 "
@echo "* ---> set data source / TileJSON URL to http://$(OMT_HOST):8090"
@echo "* ---> set data source / TileJSON URL to $(OMT_HOST):8090"
@echo "* "
@echo "***********************************************************"
@echo " "
Expand Down

0 comments on commit 63e1502

Please sign in to comment.