From e10aa332681df46e74bcdab5f5bb35672a530101 Mon Sep 17 00:00:00 2001 From: zstadler Date: Fri, 15 May 2020 07:08:37 +0300 Subject: [PATCH] Update Makefile (#869) Missed another typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4716495..7251e91 100644 --- a/Makefile +++ b/Makefile @@ -250,7 +250,7 @@ start-maputnik: stop-maputnik start-postserve @echo "***********************************************************" @echo "* " @echo "* Start maputnik/editor " - @echo "* ---> go to http://$(OMT_HOST):8088 " + @echo "* ---> go to $(OMT_HOST):8088 " @echo "* ---> set data source / TileJSON URL to $(OMT_HOST):8090" @echo "* " @echo "***********************************************************"