Skip to content

Commit

Permalink
Do not generate empty entries for pe_*
Browse files Browse the repository at this point in the history
This is not needed to specify and only increases the generated data.
  • Loading branch information
ekohl committed Jan 27, 2022
1 parent d792c69 commit 395eccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beaker-hostgenerator/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def base_host_config(options)
'pe_ver' => options[:pe_ver] || pe_version,
'pe_upgrade_dir' => options[:pe_upgrade_dir] || pe_dir(pe_upgrade_version),
'pe_upgrade_ver' => options[:pe_upgrade_ver] || pe_upgrade_version,
}
}.reject { |key, value| value.nil? }
end

# This is where all the information for all platforms lives, irrespective
Expand Down

0 comments on commit 395eccf

Please sign in to comment.