From e7a1e40b2b9ba04c5892be02dfa89a7d4980a6b0 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sat, 29 Jun 2019 19:45:49 -0700 Subject: [PATCH] add empty line --- integrations/influxunifi/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/integrations/influxunifi/Makefile b/integrations/influxunifi/Makefile index eae65dbe..e65bd1cb 100644 --- a/integrations/influxunifi/Makefile +++ b/integrations/influxunifi/Makefile @@ -25,6 +25,7 @@ endif # rpm is wierd and changes - to _ in versions. RPMVERSION:=$(shell echo $(VERSION) | tr -- - _) DATE:=$(shell date) + # This parameter is passed in as -X to go build. Used to override the Version variable in a package. # This makes a path like github.com/davidnewhall/unifi-poller/unifipoller.Version=1.3.3 # Name the Version-containing library the same as the github repo, without dashes.