Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed May 31, 2016
1 parent 76cb405 commit 7ed7e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/installation/dialogs/ssh_import.rb
Expand Up @@ -67,7 +67,7 @@ def dialog_content
CheckBoxFrame(
Id(:import_ssh_key),
_("I would like to import SSH keys from a previous installation"),
(!importer.device.nil? && !importer.device.empty?),
(importer.device && !importer.device.empty?),
VBox(
HStretch(),
VSpacing(1),
Expand Down

0 comments on commit 7ed7e98

Please sign in to comment.