From 5906b6517c413b5452ac685cd94c5e2fa531add9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Tue, 17 Sep 2019 17:38:55 +0200 Subject: [PATCH] Makefile: fix typo in make info --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43d4e293f..54f196361 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ info: @echo "epsilon" @echo "epsilon.on-boarding" @echo "epsilon.on-boarding.update" - @echo "epsilon.on-boarding.update.beta" + @echo "epsilon.on-boarding.beta" @echo "test" @echo "PHONY:" @echo " clean"