Skip to content

Commit 4c326a7

Browse files
committed
Makefile: Fix path to Asterisk_REST_Data_Models.md
When building from local ARI documentation, the path to the Asterisk_REST_Data_Models.md had an '_' prepended to it which was left over from the very early process and caused the current process to fail. It's now removed.
1 parent 2caff56 commit 4c326a7

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
@@ -130,7 +130,7 @@ dynamic-core-setup: branch-check $(BUILD_DIR)/docs $(BRANCH_DIR) $(XML_PREREQ)
130130
@ln -sfr $(BRANCH_DIR)/docs $(BUILD_DIR)/docs/$(BRANCH_DOC_DIR)/API_Documentation
131131

132132
ifneq ($(ASTERISK_ARI_DIR),)
133-
ARI_PREREQ := $(ASTERISK_ARI_DIR)/_Asterisk_REST_Data_Models.md
133+
ARI_PREREQ := $(ASTERISK_ARI_DIR)/Asterisk_REST_Data_Models.md
134134
else
135135
ARI_PREREQ := download-from-job
136136
ASTERISK_ARI_DIR := $(BRANCH_DIR)/source/

0 commit comments

Comments
 (0)