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

Commit

Permalink
Fixed config directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
buglloc committed Dec 5, 2015
1 parent 3658632 commit 17dbe67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brick/brick_app_linux.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace {
bool
EnsureSystemDirectoryExists() {
return (
platform_util::MakeDirectory(platform_util::GetCacheDir() + "/" + APP_COMMON_NAME)
platform_util::MakeDirectory(platform_util::GetConfigHome() + "/" + APP_COMMON_NAME)
&& platform_util::MakeDirectory(platform_util::GetCacheDir() + "/" + APP_COMMON_NAME)
);
}
Expand Down

0 comments on commit 17dbe67

Please sign in to comment.