diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-09-08 10:48:27 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-09-08 10:48:27 -0700 |
commit | b322b32ae67ce382a131703d3cd736fab73c5a43 (patch) | |
tree | de9b405829967f2112c8d080f98398dce12b4279 | |
parent | d31989bfc3ae15a0f87976fa0eb481376fc497b9 (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: Ia036402405067025f889af2cdbc8413c881d1a71
-rw-r--r-- | INFO.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +--- project: 'dcaegen2-platform-servicechange-handler' project_creation_date: '2017-06-28' project_category: '' |