From 57e49ec3fab1a2953213a152e221aa7d11a971f3 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 22 May 2022 19:36:37 -0400 Subject: build: fix a typo in the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1