From 81b2a82863a4929e6bcc33c5742c6bbd0b347caf Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sat, 29 Jun 2019 17:49:08 -0700 Subject: [PATCH] no double questions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbf09f17..212a9397 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ DHUSER=golift MAINT=David Newhall II DESC=Polls a UniFi controller and stores metrics in InfluxDB GOLANGCI_LINT_ARGS=--enable-all -D gochecknoglobals -BINARY:=$(shell basename $$(pwd)) +BINARY:=$(shell basename $(shell pwd)) URL:=https://github.com/$(GHUSER)/$(BINARY) CONFIG_FILE=up.conf