Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
quzard committed Dec 31, 2024
1 parent 2a477a5 commit 5052f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app_config/AppConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ std::string GetAgentGoCheckpointDir() {
dir = GetProcessExecutionDir();
#else
if (BOOL_FLAG(logtail_mode)) {
dir = AppConfig::GetInstance()->GetLogtailSysConfDir();
dir = AppConfig::GetInstance()->GetLoongcollectorConfDir();
} else {
return GetAgentDataDir();
}
Expand Down

0 comments on commit 5052f97

Please sign in to comment.