Unverified Commit 7ddb31e5 authored by Timothy Stone's avatar Timothy Stone
Browse files

fix: correct the output of helm-publish

s/postscript/pubscript. The helm-publish command has found a publish script ("pubscript"). The
output uses the value of "${postscript}"

Fixes: #35
parent 890717d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -639,7 +639,7 @@ stages:
        pubscript="$HELM_SCRIPTS_DIR/helm-publish.sh"
        if [[ -f "$pubscript" ]]
        then
          log_info "--- ... custom publish script (\\e[33;1m${postscript}\\e[0m) found: will use"
          log_info "--- ... custom publish script (\\e[33;1m${pubscript}\\e[0m) found: will use"
          HELM_PUBLISH_METHOD=custom
        elif [[ "$HELM_PUBLISH_URL" =~ oci://.* ]]
        then