From b9fca8d0a9c1b4373e3023dd590bbeb4d9a544c1 Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Tue, 14 Jul 2020 11:55:26 +0300 Subject: [PATCH] -(global): typo in the makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 074da525..7c3faeaf 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ DIST_DIR=dist CHANNEL ?= edge # Validate channel -ifneq ($(CHANNEL),relese) +ifneq ($(CHANNEL),release) ifneq ($(CHANNEL),beta) ifneq ($(CHANNEL),edge) $(error CHANNEL value is not valid. Valid values are release,beta or edge)