File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ bash_object.traverse-get() {
177
177
fi
178
178
;;
179
179
array)
180
- bash_object.util.die ' ERROR_ARGUMENTS_INCORRECT_TYPE' " Queried for string , but found existing $vmd_dtype "
180
+ bash_object.util.die ' ERROR_ARGUMENTS_INCORRECT_TYPE' " Queried for object , but found existing $vmd_dtype "
181
181
return
182
182
;;
183
183
* )
@@ -188,7 +188,7 @@ bash_object.traverse-get() {
188
188
elif [ " $final_value_type " = array ]; then
189
189
case " $vmd_dtype " in
190
190
object)
191
- bash_object.util.die ' ERROR_ARGUMENTS_INCORRECT_TYPE' " Queried for string , but found existing $vmd_dtype "
191
+ bash_object.util.die ' ERROR_ARGUMENTS_INCORRECT_TYPE' " Queried for array , but found existing $vmd_dtype "
192
192
return
193
193
;;
194
194
array)
You can’t perform that action at this time.
0 commit comments