From 7612a8a8aa97c0bc60b55943739ead0816f573b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 14 Apr 2017 23:05:38 -0700 Subject: [PATCH] Use local files for 'make run' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e846f7abe..5e1069258 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ NAME := unsee VERSION := $(shell git describe --tags --always --dirty='-dev') # Alertmanager instance used when running locally, points to mock data -ALERTMANAGER_URI := https://raw.githubusercontent.com/cloudflare/unsee/master/mock/0.5 +ALERTMANAGER_URI := file://$(CURDIR)mock/0.5 # Listen port when running locally PORT := 8080