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 6bfabfb commit fc653e8Copy full SHA for fc653e8
pkg/src/util/util.sh
@@ -85,7 +85,7 @@ bash_object.util.print_hierarchy() {
85
else
86
# object_value is a string
87
printf '%*s' "$current_indent" ''
88
- printf '%s\n' "|__ $object_key"
+ printf '%s\n' "|__ $object_key: $object_value"
89
fi
90
done; unset object_key
91
elif [ "${object_type::1}" = 'a' ]; then
0 commit comments