From bb7f491acb1d075f9b85ce3ea997a0173b5b37be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 6 Apr 2017 21:06:50 -0700 Subject: [PATCH] Update Alertmanager URI to use new mock data So that 'make run' works with new mock data --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c2a340d1..9f1836c9e 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 +ALERTMANAGER_URI := https://raw.githubusercontent.com/cloudflare/unsee/master/mock/0.5 # Listen port when running locally PORT := 8080