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
[Docker] Updated bash.sh to use more readable syntax.
Expanding arrays using `"${ARR[@]-}"` instead of
`${ARR[@]+"${ARR[@]}"}`. This is more vulnerable to typos in the
variable name, but much more readable and much less vulnerable to
typos in the special characters.
0 commit comments