From fd36b971daa33288c072931461cb217db6d722d5 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Mon, 21 Jun 2021 02:39:29 +0000 Subject: [PATCH] docs: improve wording Signed-off-by: Carlos A Becker --- www/docs/customization/fury.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/docs/customization/fury.md b/www/docs/customization/fury.md index bf4f7e733..00a09e5bf 100644 --- a/www/docs/customization/fury.md +++ b/www/docs/customization/fury.md @@ -38,12 +38,14 @@ furies: # IDs to filter by. # Defaults to empty, which means all packages created by all nfpm configurations get uploaded. - ids: [ 'nfpm1' ] + ids: + - packages # Formats to upload. # Available options are `deb` and `rpm`. # Defaults to `deb` and `rpm`. - formats: [ 'deb' ] + formats: + - deb ``` !!! info