-(global): typo in the makefile

This commit is contained in:
Andrey Meshkov 2020-07-14 11:55:26 +03:00
parent da4a1ec23d
commit b9fca8d0a9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ DIST_DIR=dist
CHANNEL ?= edge CHANNEL ?= edge
# Validate channel # Validate channel
ifneq ($(CHANNEL),relese) ifneq ($(CHANNEL),release)
ifneq ($(CHANNEL),beta) ifneq ($(CHANNEL),beta)
ifneq ($(CHANNEL),edge) ifneq ($(CHANNEL),edge)
$(error CHANNEL value is not valid. Valid values are release,beta or edge) $(error CHANNEL value is not valid. Valid values are release,beta or edge)