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 7082038 commit 2026a5dCopy full SHA for 2026a5d
pkg/src/util/util.sh
@@ -97,7 +97,7 @@ bash_object.util.print_hierarchy() {
97
local vmd_dtype="$REPLY2"
98
99
printf '%*s' "$current_indent" ''
100
- printf '%s\n' "|- $object_value ($virtual_object_name)"
+ printf '%s\n' "|- ($virtual_object_name)"
101
102
bash_object.util.print_hierarchy "$virtual_object_name" $((current_indent+2))
103
else
0 commit comments