Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
zypp: Trailing whitespace.
  • Loading branch information
rwmjones committed Jun 4, 2013
1 parent 33d50fb commit bf784ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supermin_zypp_rpm.ml
Expand Up @@ -57,7 +57,7 @@ let tmpdir = tmpdir ()

let get_repos_dir () =
let zypper_default = "/etc/zypp/repos.d" in
let parse_repos_dir path =
let parse_repos_dir path =
let cfg = new inifile path in
let dir = (try cfg#getval "main" "reposdir" with _ -> zypper_default) in
dir
Expand Down

0 comments on commit bf784ff

Please sign in to comment.