Skip to content

Commit

Permalink
Fix ERB rendering (bsc#1065432)
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Oct 27, 2017
1 parent c81c931 commit 6afb30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/scc_auto.rb
Expand Up @@ -42,6 +42,7 @@
# A helper used to get ERB out of Yast context
class RegistrationErbRendered
include Yast::I18n
include ERB::Util

def initialize(config)
@config = config
Expand All @@ -55,7 +56,6 @@ def render_erb_template(file)
module Yast
class SccAutoClient < Client
include Yast::Logger
include ERB::Util
extend Yast::I18n

# popup message
Expand Down

0 comments on commit 6afb30a

Please sign in to comment.