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

Commit 17dbe67

Browse files
committed
Fixed config directory creation
1 parent 3658632 commit 17dbe67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brick/brick_app_linux.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ namespace {
5252
bool
5353
EnsureSystemDirectoryExists() {
5454
return (
55-
platform_util::MakeDirectory(platform_util::GetCacheDir() + "/" + APP_COMMON_NAME)
55+
platform_util::MakeDirectory(platform_util::GetConfigHome() + "/" + APP_COMMON_NAME)
5656
&& platform_util::MakeDirectory(platform_util::GetCacheDir() + "/" + APP_COMMON_NAME)
5757
);
5858
}

0 commit comments

Comments
 (0)