only count master for iteration

This commit is contained in:
David Newhall II
2019-06-09 21:13:50 -07:00
committed by GitHub
parent 6e800ad8c8
commit d2420183a7

View File

@@ -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 --all --count)
ITERATION:=$(shell git rev-list --count master)
all: man build