diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-09-08 10:47:59 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-09-08 10:47:59 -0700 |
commit | f65e4e2af794bd044f8f93d899cbe6462e9294f8 (patch) | |
tree | 3081842e6e7f474eb52ae5eec34f717f49b8c33a | |
parent | 920ed9455d244b8389df9b11f6634035577c514f (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: Ide20e217d86f72234016de627e5d886194d37191
-rw-r--r-- | INFO.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +--- project: 'dcaegen2-platform-configbinding' project_creation_date: '2017-06-28' project_category: '' |