Skip to content

Commit

Permalink
-(global): typo in the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Jul 14, 2020
1 parent da4a1ec commit b9fca8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit b9fca8d

Please sign in to comment.