mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-05 09:44:59 +01:00
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 <ajia@redhat.com> Closes: #1004 Approved by: baude
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user