[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH cuirass] doc: Fix evaluation hook URL example.
From: |
Maxim Cournoyer |
Subject: |
Re: [PATCH cuirass] doc: Fix evaluation hook URL example. |
Date: |
Mon, 16 Oct 2023 17:21:23 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
vicvbcun <guix@ikherbers.com> writes:
> * doc/cuirass.texi (Invocation): Fix URL in the example of the push hook.
> ---
> doc/cuirass.texi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/cuirass.texi b/doc/cuirass.texi
> index 69c58f7..00f00c1 100644
> --- a/doc/cuirass.texi
> +++ b/doc/cuirass.texi
> @@ -561,7 +561,7 @@ example with a command along these lines:
>
> @example
> wget --post-data="" -O /dev/null \
> - https://cuirass.example.org/@var{jobset}/hooks/evaluate
> + https://cuirass.example.org/jobset/@var{jobset}/hook/evaluate
> @end example
>
> You would typically run that command as a @dfn{push hook} on the servers
>
> base-commit: e159c74ca6f666a32eb9b778067e00941a4bfa36
Installed! :-)
--
Thanks,
Maxim