Skip to content

Commit

Permalink
Add brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Moravec committed Dec 3, 2013
1 parent dda267f commit 7a0558f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/inst_autosetup.rb
Expand Up @@ -331,7 +331,7 @@ def main
if Profile.current['runlevel'] && Profile.current['runlevel']['default']
default_runlevel = Profile.current['runlevel']['default'].to_i
@default_target = default_runlevel == 5 ? Target::GRAPHICAL : Target::MULTIUSER
Builtins.y2milestone "Accepting runlevel '#{default_runlevel}' as default target '#{@default_target}'"
Builtins.y2milestone("Accepting runlevel '#{default_runlevel}' as default target '#{@default_target}'")
else
@default_target = Profile.current['default_target'].to_s
end
Expand Down

0 comments on commit 7a0558f

Please sign in to comment.