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
Protect variables from globbing and word splitting in deploy script
Stinginess with quoting in shell scripts is the most common cause of confusing bugs that usually only occur under
specific uncommon conditions. For this reason, all variables must be quoted.
More information:
https://github.com/koalaman/shellcheck/wiki/SC2086
0 commit comments