Skip to content

Commit

Permalink
fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffibm committed Jan 20, 2024
1 parent dfb04cc commit 2e70183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/request_info_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def is_credential_key(key)
:vm_name, :wins_servers, :sysprep_domain,
:sysprep_admin_password, :sysprep_product_key, :sysprep_locale_ui,
:sysprep_locale_input, :sysprep_locale_system, :sysprep_locale_user,
:sysprep_machine_object_ou].include?(field)
:sysprep_machine_object_ou].include?(key)
end

def is_field_checkbox(key)
Expand Down

0 comments on commit 2e70183

Please sign in to comment.