Skip to content

Commit

Permalink
Fixed linux wrong variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen committed Dec 23, 2024
1 parent c4e013b commit 5109dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecal/core/src/config/ecal_path_processing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ namespace
std::string env_tmp_dir = getEnvVar(ECAL_LINUX_TMP_VAR);
if (!env_tmp_dir.empty() && direxists(env_tmp_dir))
{
return environ_tmp_dir;
return env_tmp_dir;
}

#endif /* ECAL_OS_LINUX */
Expand Down

0 comments on commit 5109dc0

Please sign in to comment.