Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
actually append the path
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Nov 30, 2016
1 parent 87b05d3 commit 05b368f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brave/common/brave_paths.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ namespace brave {
#if defined(OS_LINUX)
std::unique_ptr<base::Environment> env(base::Environment::Create());
if (!env) return false;
*result = base::nix::GetXDGDirectory(env.get(),

*result = base::nix::GetXDGDirectory(env.get(),
base::nix::kXdgConfigHomeEnvVar,
base::nix::kDotConfigDir);
return true;
Expand Down

0 comments on commit 05b368f

Please sign in to comment.