Skip to content

Commit 7e35a82

Browse files
committed
fix(dev-assets): Fix incorrect variable reference.
Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
1 parent 1853cdf commit 7e35a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-assets/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ refresh_package_manager_local_cache(){
499499
printf \
500500
'%s: Error: The OS distribution category "%s" is not supported.\n' \
501501
"${FUNCNAME[0]}" \
502-
"${distro_id}" \
502+
"${distro_categories}" \
503503
1>&2
504504
return 1
505505
;;

0 commit comments

Comments
 (0)