Commit 9f177fd
committed
Make --version output valid YAML for parsing #2856
This commit adds a colon so the --version output goes from
ScanCode version 30.1.0
ScanCode Output Format version 2.0.0
SPDX License list version 3.15
to
ScanCode version: 30.1.0
ScanCode Output Format version: 2.0.0
SPDX License list version: 3.15
This will make the output easier to parse since it is valid YAML now.
Signed-off-by: Kevin Ji <kyji1011@gmail.com>1 parent 4bd9c8e commit 9f177fd
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments