From 26c0f0aaa61109d0ae1ab0ca41e4e7aa3eaa75dc Mon Sep 17 00:00:00 2001 From: Milos Date: Mon, 26 Nov 2018 16:07:50 +0000 Subject: [PATCH] Update success.mk --- success.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/success.mk b/success.mk index 9af72bd..6d25dbd 100644 --- a/success.mk +++ b/success.mk @@ -5,7 +5,7 @@ success: @echo " Welcome aboard the Balkan Omega Class Destroyer ship." @echo " (Capt. Shard welcomes you and wishes you a safe trip ! Go forth to virtory !)" @echo "" - @printf "You can run the server with executing the command: ${RED}./.env/bin/balkan runserver${NC}" + @printf "You can run the server with executing the command: ${RED}$(BALKAN) runserver${NC}" @echo "" @printf " *******\n" @printf " ********* **\n" -- GitLab