Fixed capitalization of linux in Makefile (#1252)

Signed-off-by: James Hartig <james@getadmiral.com>
pull/1249/head
James Hartig 7 years ago committed by Ben Kochie
parent 7fbdd0ae93
commit 62e87ca00c
  1. 2
      Makefile

@ -34,7 +34,7 @@ ifeq ($(GOOS), linux)
PROMU_CONF ?= .promu.yml
else
ifndef GOOS
ifeq ($(GOHOSTOS), Linux)
ifeq ($(GOHOSTOS), linux)
PROMU_CONF ?= .promu.yml
else
PROMU_CONF ?= .promu-cgo.yml

Loading…
Cancel
Save