fix: add pipefail

This commit is contained in:
Rob Watson 2024-05-20 09:02:59 +02:00
parent 636cf26d0b
commit 51ab8c8d80
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#
# jira - jump to a Jira ticket in the browser, based on Git branch name convention.
set -e
set -e -o pipefail
if [ -z "$JIRADOMAIN" ]; then
# shellcheck disable=SC2016