We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4d0a7 commit 9d04b94Copy full SHA for 9d04b94
instrumentation-docs/collect.sh
@@ -64,7 +64,8 @@ parse_descriptor() {
64
65
# Join everything before the type token with slashes to make instrumentation/<path>/...
66
local path_segments=("${parts[@]:0:type_idx}")
67
- local module_path="instrumentation/$(IFS=/; echo "${path_segments[*]}")"
+ local module_path
68
+ IFS=/ module_path="instrumentation/${path_segments[*]}"
69
70
echo "$module_path" "$task_type" "$task_suffix"
71
}
0 commit comments