From 7c5da36f275b919917efdd31bf05253123a514d4 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 5 Feb 2019 09:48:21 -0200 Subject: [PATCH] docs: fix archive.format docs --- www/content/archive.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/content/archive.md b/www/content/archive.md index ef32ddea7..87cd4ae08 100644 --- a/www/content/archive.md +++ b/www/content/archive.md @@ -41,8 +41,8 @@ archive: wrap_in_directory: true # Archive format. Valid options are `tar.gz`, `zip` and `binary`. - # If format is `binary`, no archives are created and the binaries are instead uploaded directly. - # In that case name_template and the below specified files are ignored. + # If format is `binary`, no archives are created and the binaries are instead + # uploaded directly. # Default is `tar.gz`. format: zip