diff options
author | 2020-09-08 10:48:19 -0700 | |
---|---|---|
committer | 2020-09-08 10:48:19 -0700 | |
commit | 6d8ad4f02b4f971f92bb5d69c9476d5c3987c62c (patch) | |
tree | 5bda753c5cea232ffcb97807dd944e8e07275cd5 | |
parent | cbb0253c1393c73bfe7a98ad413ca6179b44002c (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: Idc239150fe6417015fc76a89e593367e7175e906
-rw-r--r-- | INFO.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +--- project: 'dcaegen2-platform-policy-handler' project_creation_date: '2017-06-28' project_category: '' |