summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-05-22 19:36:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-05-22 19:36:37 -0400
commit57e49ec3fab1a2953213a152e221aa7d11a971f3 (patch)
treed775c29e0c9f1e74ea7b61cc69c5f61600081b30 /Makefile
parentc419da213ed1bdc9348b667a368df3ef03d5b04d (diff)
downloadpython-coveragepy-git-57e49ec3fab1a2953213a152e221aa7d11a971f3.tar.gz
build: fix a typo in the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9133dcec..79a1348a 100644
--- a/Makefile
+++ b/Makefile
@@ -144,7 +144,7 @@ update_stable: ## Set the stable branch to the latest release.
git push origin stable
comment_on_fixes: ## Add a comment to issues that were fixed.
- python ci/commend_on_fixes.py
+ python ci/comment_on_fixes.py
##@ Documentation