diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-09-08 10:47:04 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-09-08 10:47:04 -0700 |
commit | bebc47dd2c24a13c0efc691eb77d7f5afb284949 (patch) | |
tree | 1e37456148803082703ca8d9b8255aa3ba65315c | |
parent | 269b07ec11083343a1a59774830ee02ff3e28333 (diff) |
Fix INFO.yaml files
Proper syntax for INFO.yaml requires the first
line to be "---" which was previously removed.
Re-adding this missing line.
Issue-ID: CIMAN-387
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I015dcfcf1eba867db0a3846314595baf66379c6c
-rw-r--r-- | INFO.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +--- project: 'dcaegen2-collectors' project_creation_date: '2017-06-28' project_category: '' |