Commit c236c8b1 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'correct-cacert-opt' into 'master'

fix: cacert option was not correct (--cacert rather than --cacerts)

See merge request to-be-continuous/bruno!4
parents 2a712807 19a72766
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ stages:
      log_warn "Could not import custom CA certificates !"
    else
      # prepare CLI options
      export cacerts_opt="--cacerts ${bundle}"
      export cacerts_opt="--cacert ${bundle}"
    fi
  }