kinvolk / racker

rack provisioning utility for Kinvolk projects
Apache License 2.0
14 stars 3 forks source link

bootstrap/racker-factory: fix validate node type output #76

Closed pothos closed 3 years ago

pothos commented 3 years ago

The summary output of node types was broken because uniq got called on a single-line input due to missing quoting that could have preserved the line breaks. Quote the variable to preserve line breaks which are needed for uniq to filter.