Skip to content

Commit

Permalink
Changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 22, 2017
1 parent 555d8db commit 0745f0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/yast2-ruby-bindings.changes
@@ -1,7 +1,7 @@
-------------------------------------------------------------------
Wed Mar 22 14:41:50 UTC 2017 - jreidinger@suse.com

- add method Yast::WFM.scr_root get scr changed root directory
- add method Yast::WFM.scr_root to get scr changed root directory
(needed for testing fix for bsc#1023204)
- 3.2.8

Expand Down
3 changes: 2 additions & 1 deletion src/ruby/yast/wfm.rb
Expand Up @@ -119,7 +119,8 @@ def self.scr_chrooted?
SCRGetName(SCRGetDefault()) != "scr"
end

# Returns root on which scr operated e.g. "/" when scr not switched
# Returns root on which scr operates.
# @return [String] path e.g. "/" when scr not switched
# or "/mnt" when installation was switched.
def self.scr_root
case SCRGetName(SCRGetDefault())
Expand Down

0 comments on commit 0745f0f

Please sign in to comment.