Skip to content

Commit 1c4e09d

Browse files
JulienPalardChristophe Nanteuil
authored andcommitted
This command is too long to be displayed. (#357)
Also by removing type=issue we scan for the PRs which is nice. Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/357 Reviewed-by: Christophe Nanteuil <christophenan@noreply.localhost> Co-authored-by: Julien Palard <julien@palard.fr> Co-committed-by: Julien Palard <julien@palard.fr>
1 parent 66d599e commit 1c4e09d

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
@@ -139,7 +139,7 @@ htmlview: all
139139

140140
.PHONY: todo
141141
todo: ensure_test_prerequisites
142-
potodo --api-url 'https://git.afpy.org/api/v1/repos/AFPy/python-docs-fr/issues?state=open&type=issues' --exclude venv .venv $(EXCLUDED)
142+
@potodo --api-url 'https://git.afpy.org/api/v1/repos/AFPy/python-docs-fr/issues?state=open' --exclude venv .venv $(EXCLUDED)
143143

144144
.PHONY: wrap
145145
wrap: ensure_test_prerequisites

0 commit comments

Comments
 (0)