Skip to content

Commit 3aaca00

Browse files
line break must be enclosed in double-quotes
1 parent 35e9177 commit 3aaca00

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## Development
66

7+
* Fixed header line for CSV
8+
9+
Contributed by Haroon Rafique
10+
711
* Fixed trivial bug with useless use of cat
812

913
Contributed by Haroon Rafique

plans/available_updates.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
})
7171
}
7272
'csv': {
73-
$csv_header = 'hostname,num_updates,name,version (linux only),kbs (windows only)\n'
73+
$csv_header = "hostname,num_updates,name,version (linux only),kbs (windows only)\n"
7474
$csv = $available_results.reduce($csv_header) |$res_memo, $res| {
7575
$hostname = $res.target.name
7676
$num_updates = $res['updates'].length

0 commit comments

Comments
 (0)