Skip to content

Commit 32a3fd0

Browse files
Fix duplicate flag in makefile (#745)
1 parent 8b6d3a8 commit 32a3fd0

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
@@ -114,7 +114,7 @@ deploy: build/public
114114
deploy-search-index:
115115
@echo "Building search index"
116116
if [ ${STABLE_BRANCH} = ${GIT_BRANCH} ]; then \
117-
mut-index upload build/public/${GIT_BRANCH} -o ${PROJECT}-current.json --aliases ${PROJECT}-${GIT_BRANCH} -u ${PRODUCTION_URL}/${PROJECT}/stable -b -b docs-mongodb-org-prd -g -s; \
117+
mut-index upload build/public/${GIT_BRANCH} -o ${PROJECT}-current.json --aliases ${PROJECT}-${GIT_BRANCH} -u ${PRODUCTION_URL}/${PROJECT}/stable -b docs-mongodb-org-prd -g -s; \
118118
else \
119119
mut-index upload build/public/${GIT_BRANCH} -o ${PROJECT}-${GIT_BRANCH}.json -u ${PRODUCTION_URL}/${PROJECT}/${GIT_BRANCH} -b docs-mongodb-org-prd -s; \
120120
fi

0 commit comments

Comments
 (0)