Skip to content

Commit ee5a565

Browse files
author
Mrunal Patel
authored
Merge pull request #621 from wking/output-dirname-trailing-slash
Makefile: Remove trailing slash from OUTPUT_DIRNAME value
2 parents 600b8b4 + 5a035d5 commit ee5a565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
EPOCH_TEST_COMMIT := 78e6667ae2d67aad100b28ee9580b41b7a24e667
3-
OUTPUT_DIRNAME ?= output/
3+
OUTPUT_DIRNAME ?= output
44
DOC_FILENAME ?= oci-runtime-spec
55
DOCKER ?= $(shell command -v docker 2>/dev/null)
66
PANDOC ?= $(shell command -v pandoc 2>/dev/null)

0 commit comments

Comments
 (0)