Skip to content

Commit 57e49ec

Browse files
committed
build: fix a typo in the Makefile
1 parent c419da2 commit 57e49ec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ update_stable: ## Set the stable branch to the latest release.
144144
git push origin stable
145145

146146
comment_on_fixes: ## Add a comment to issues that were fixed.
147-
python ci/commend_on_fixes.py
147+
python ci/comment_on_fixes.py
148148

149149

150150
##@ Documentation

howto.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@
9494
- things to automate:
9595
- url to link to latest changes in docs
9696
- next version.py line
97+
- curl to start the kit actions going
98+
- readthedocs api to do the readthedocs changes
9799

98100

99101
* Testing

0 commit comments

Comments
 (0)