From 151299ea06509b22fe485fad999b152e8fc7d820 Mon Sep 17 00:00:00 2001 From: Jansen Price Date: Mon, 28 Sep 2020 09:56:59 -0500 Subject: [PATCH] Correct typo in makefile help --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa661b2..c2d5e15 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ help: @echo "Orbit Gemini protocol server" @echo "To run tests, run 'make test'" @echo "To install as a service on your system run:" - @echo " 'sudo make install ORBIT_PATH=localhost'" + @echo " 'sudo make install ORBIT_HOSTNAME=localhost'" @echo " But replace localhost with your desired hostname" test: