Skip to content

Commit e5f391a

Browse files
committed
docs: minor change to docs make file
1 parent 19a5e42 commit e5f391a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ docs-test: docs-build
4444
$(DOCKER_RUN_DOCS) "$(DOCKER_DOCS_IMAGE)" ./test.sh
4545

4646
docs-build:
47-
git fetch https://github.com/grafana/grafana.git docs-2.1 && git diff --name-status FETCH_HEAD...HEAD -- . > changed-files
47+
git fetch https://github.com/grafana/grafana.git docs-2.5 && git diff --name-status FETCH_HEAD...HEAD -- . > changed-files
4848
echo "$(GIT_BRANCH)" > GIT_BRANCH
4949
echo "$(GITCOMMIT)" > GITCOMMIT
5050
docker build -t "$(DOCKER_DOCS_IMAGE)" .

0 commit comments

Comments
 (0)