From 5ae8c4c8486cec22aedd024f1485c89e17f85f79 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sun, 9 Jun 2019 21:23:51 -0700 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3569d2d5..25f3ad59 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ MAINT="david at sleepers dot pro" DESC="This daemon polls a Unifi controller at a short interval and stores the collected metric data in an Influx Database." PACKAGE:=./cmd/$(BINARY) VERSION:=$(shell git tag -l --merged | tail -n1 | tr -d v) -ITERATION:=$(shell git rev-list --count master) +ITERATION:=$(shell git rev-list --count HEAD) all: man build