From ae782515a043c5638c04c0d576fe2c47a9eab32a Mon Sep 17 00:00:00 2001 From: Alex Jia Date: Wed, 17 May 2017 11:37:13 +0800 Subject: [PATCH] atomic.conf: fix syntax error of the YAML format We use YAML format in atomic.conf file, so it should be KEY: VALUE not KEY=VALUE. Signed-off-by: Alex Jia Closes: #1004 Approved by: baude --- atomic.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/atomic.conf b/atomic.conf index 2829fc7..32b918b 100644 --- a/atomic.conf +++ b/atomic.conf @@ -21,6 +21,6 @@ sigstore_metadata_image: sigstore # To always use a proxy with atomic, you can uncomment and fill out # below. # -#http_proxy= -#https_proxy= -#no_proxy= +#http_proxy: +#https_proxy: +#no_proxy: