Skip to content

Commit bcdae3e

Browse files
committed
util: makeIssue.sh considers WORK_HOME
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 6bdc3fa commit bcdae3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/util/utils.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ endef
137137

138138
$(foreach script,$(ISSUE_SCRIPTS),$(script)_issue): %_issue :
139139
$(UTILS_DIR)/makeIssue.sh $*
140+
$(UTILS_DIR)/makeIssue.sh $(WORK_HOME)/$*
140141

141142
.PHONY: clean_issues
142143
clean_issues:

0 commit comments

Comments
 (0)