From fa899453bbd3915fec2d54e06557aacad82ac3f5 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Fri, 17 Aug 2018 15:52:55 -0400 Subject: support slashes in branch names --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 52ac919f..4c31f17e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ EXTENSIONS:=inkstitch # This gets the branch name or the name of the tag -VERSION:=$(TRAVIS_BRANCH) +VERSION:=$(subst /,-,$(TRAVIS_BRANCH)) OS:=$(TRAVIS_OS_NAME) ARCH:=$(shell uname -m) -- cgit v1.2.3