diff options
Diffstat (limited to 'bos-dispatch.sh')
-rw-r--r-- | bos-dispatch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bos-dispatch.sh b/bos-dispatch.sh index 47b5f33..cb883d8 100644 --- a/bos-dispatch.sh +++ b/bos-dispatch.sh @@ -15,7 +15,7 @@ function bos-dispatch/invoke() { fi local metaclass_ref - bos-namespaces/store-for-into meta "$class" metaclass_ref + bos-namespaces/store-scalar-for-into meta "$class" metaclass_ref local -n metaclass_object="$metaclass_ref" $metaclass_object invoke "$class" "$self_id" "$method" "$@" |