You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: unbound variable error in parse_data_provider_args with set -u
Fixed "unbound variable" error when accessing array elements with
negative indices under set -u (nounset mode). Changed from using
args[-1] to calculating the last index explicitly and using a
positive index, which is compatible with strict error checking
0 commit comments