Skip to content

Commit

Permalink
squash w/ 8005. Replace plugin_home with plugin_directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Nov 15, 2024
1 parent 195abfe commit 8073d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/getRodsEnv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ extern "C" {
env_var,
_env->irodsTransBufferSizeForParaTrans );

env_var = irods::KW_CFG_IRODS_PLUGINS_HOME;
env_var = irods::KW_CFG_IRODS_PLUGIN_DIRECTORY;
capture_string_env_var(
env_var,
_env->irodsPluginDirectory );
Expand Down

0 comments on commit 8073d53

Please sign in to comment.