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
set -o nounset => Causes the shell to throw an error whenever an unset variable is used set -o pipefail => Causes a pipeline to error out if any section has an error
The text was updated successfully, but these errors were encountered:
set -o nounset
=> Causes the shell to throw an error whenever an unset variable is usedset -o pipefail
=> Causes a pipeline to error out if any section has an errorThe text was updated successfully, but these errors were encountered: