diff --git a/www/docs/customization/docker_sign.md b/www/docs/customization/docker_sign.md index 4213ddae5..27fe8b73c 100644 --- a/www/docs/customization/docker_sign.md +++ b/www/docs/customization/docker_sign.md @@ -66,7 +66,7 @@ docker_signs: - HONK=honkhonk # By default, the stdout and stderr of the signing cmd are discarded unless - # GoReleaser is running with `--debug` set. + # GoReleaser is running with `--verbose` set. # You can set this to true if you want them to be displayed regardless. # # Since: v1.2 diff --git a/www/docs/customization/sign.md b/www/docs/customization/sign.md index 1a402e354..a936522cf 100644 --- a/www/docs/customization/sign.md +++ b/www/docs/customization/sign.md @@ -103,7 +103,7 @@ signs: - HONK=honkhonk # By default, the stdout and stderr of the signing cmd are discarded unless - # GoReleaser is running with `--debug` set. + # GoReleaser is running with `--verbose` set. # You can set this to true if you want them to be displayed regardless. # # Since: v1.2