Skip to content

Commit

Permalink
fix file path expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjj committed Jan 15, 2025
1 parent eee157a commit ad4c626
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ splunk_TA_otel_run_agent() {
splunk_collectd_dir_value="$(Splunk_TA_otel_expand_config_param "$splunk_collectd_dir_value")"
splunk_otel_log_file_value="$(Splunk_TA_otel_expand_config_param "$splunk_otel_log_file_value")"
splunk_access_token_file_value="$(Splunk_TA_otel_expand_config_param "$splunk_access_token_file_value")"
discovery_file_path_value="$(Splunk_TA_otel_expand_config_param "$discovery_file_path_value")"
discovery_properties_value="$(Splunk_TA_otel_expand_config_param "$discovery_properties_value")"
splunk_config_dir_value="$(Splunk_TA_otel_expand_config_param "$splunk_config_dir_value")"

get_access_token
Expand Down

0 comments on commit ad4c626

Please sign in to comment.