Skip to content

Commit

Permalink
Rename SystemService#reload to #reset
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jul 18, 2018
1 parent 1f3d4e1 commit b797a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/system/src/lib/yast2/system_service.rb
Expand Up @@ -165,11 +165,11 @@ def save(ignore_status: false)
clear_errors
save_start_mode
set_current_status unless ignore_status
reload
reset
end

# Reverts stored changes
def reload
def reset
clear_changes
@current_start_mode = nil
end
Expand Down

0 comments on commit b797a8c

Please sign in to comment.