Skip to content

Commit

Permalink
fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed May 24, 2016
1 parent af78a0e commit 3817ad0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/installation/ssh_importer.rb
Expand Up @@ -26,6 +26,7 @@ module Installation
# in the hard disk and to copy its files to the target system
class SshImporter
include Singleton
include Yast::I18n
include Yast::Logger

# @return [String] device name of the source filesystem (i.e. the
Expand Down Expand Up @@ -99,7 +100,7 @@ def summary
# <import config:type="boolean">true</import>
# <config config:type="boolean">true</config>
# <device>/dev/sda4</device>
# <ssh_import>
# </ssh_import>
def import(data)
log.info "Importing AutoYaST data: #{data}"
if data["import"]
Expand Down

0 comments on commit 3817ad0

Please sign in to comment.