Unverified Commit 19a72766 authored by Yanis Guérault's avatar Yanis Guérault
Browse files

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

parent 2a712807
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
  }