Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Oct 4, 2017
1 parent 5cce7e1 commit 17a9433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/Packages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -974,8 +974,8 @@ def check_remote_installation_packages

missing_remote_packages.flatten!
unless missing_remote_packages.empty?
error_string = (_("Cannot support %s due missing packages %s. It will be disabled.") %
[@missing_remote_kind.join(", "), @missing_remote_packages.join(", ")])
error_string = format(_("Cannot support %s due missing packages %s. It will be disabled."),
@missing_remote_kind.join(", "), @missing_remote_packages.join(", "))
if Mode.auto
error_string << " \n"
error_string << _("But the AutoYaST installation will be finished offline.")
Expand Down

0 comments on commit 17a9433

Please sign in to comment.