Add missing /

Fis issue introduced in commit 7612a8a
This commit is contained in:
Łukasz Mierzwa
2017-04-16 08:38:09 -07:00
committed by James O'Gorman
parent 1ccb0ce417
commit 72651bb53d

View File

@@ -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