mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-16 09:59:49 +03:00
-(global): typo in the makefile
This commit is contained in:
parent
da4a1ec23d
commit
b9fca8d0a9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue