From 72651bb53d7384c9fa672b2cbdab394fab350f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sun, 16 Apr 2017 08:38:09 -0700 Subject: [PATCH] Add missing / Fis issue introduced in commit 7612a8a --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e1069258..828921d86 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 := file://$(CURDIR)mock/0.5 +ALERTMANAGER_URI := file://$(CURDIR)/mock/0.5 # Listen port when running locally PORT := 8080