Skip to content

Commit

Permalink
Inconsistently use File::join at one place to end a discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed May 3, 2018
1 parent 28aa345 commit f666200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/installation/copy_logs_finish.rb
Expand Up @@ -108,7 +108,7 @@ def src_dir
end

def dest_dir
Yast::Installation.destdir + Yast::Directory.logdir
File.join(Yast::Installation.destdir, Yast::Directory.logdir)
end

def shell_cmd(cmd)
Expand Down

0 comments on commit f666200

Please sign in to comment.