diff --git a/chatops/bash/handler_build b/chatops/bash/handler_build index a1dbee7..500a00b 100644 --- a/chatops/bash/handler_build +++ b/chatops/bash/handler_build @@ -100,7 +100,7 @@ build() { fi pushd source &>/dev/null backwards_compatible - if [[ $TARGET == "quote" ]]; then + if ([[ $TARGET == "quote" ]] || [[ $TARGET == "offerte" ]]); then TARGETPDF="target/quote_${REPO/off-/}.pdf" elif [[ $TARGET == "report" ]]; then TARGETPDF="target/report_${REPO/pen-/}.pdf"