diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-09-08 10:48:37 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-09-08 10:48:37 -0700 |
commit | 019e72a5feb110175ed970acbe9ae17826a1494b (patch) | |
tree | a0a6786944bb8ba707112f0293e87aa62e5c8ff8 /INFO.yaml | |
parent | 07091dcc480d2b1d63f5cf3a7aa450a2885d16da (diff) |
Fix INFO.yaml files2.2.1
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: I4377f72cc1f84798dd12b3231393b7341a84de98
Diffstat (limited to 'INFO.yaml')
-rw-r--r-- | INFO.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +--- project: 'dcaegen2-services-heartbeat' project_creation_date: '2018-01-31' project_category: '' |