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

Commit 05b368f

Browse files
committed
actually append the path
1 parent 87b05d3 commit 05b368f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

brave/common/brave_paths.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ namespace brave {
2121
#if defined(OS_LINUX)
2222
std::unique_ptr<base::Environment> env(base::Environment::Create());
2323
if (!env) return false;
24-
25-
*result = base::nix::GetXDGDirectory(env.get(),
24+
25+
*result = base::nix::GetXDGDirectory(env.get(),
2626
base::nix::kXdgConfigHomeEnvVar,
2727
base::nix::kDotConfigDir);
2828
return true;

0 commit comments

Comments
 (0)