diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-09-08 10:47:15 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-09-08 10:47:15 -0700 |
commit | 082dcad9b14cdca69678d25981033879c352b52a (patch) | |
tree | cf22e8ee12313a56e35d79c710ee8caa0697d85e | |
parent | 5d621714733e019c49d5e6efce99ada9d2a4454e (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: I03eef04d1ecf3511200137dfc82ec106934414b5
-rw-r--r-- | INFO.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +--- project: 'dcaegen2-collectors-hv-ves' project_creation_date: '2018-11-07' project_category: '' |