mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
mkdir -p in doc generation
This commit is contained in:
@@ -130,7 +130,7 @@ kube::util::gen-doc() {
|
|||||||
# We do this in a tmpdir in case the dest has other non-autogenned files
|
# We do this in a tmpdir in case the dest has other non-autogenned files
|
||||||
# We don't want to include them in the list of gen'd files
|
# We don't want to include them in the list of gen'd files
|
||||||
local tmpdir="${KUBE_ROOT}/doc_tmp"
|
local tmpdir="${KUBE_ROOT}/doc_tmp"
|
||||||
mkdir "${tmpdir}"
|
mkdir -p "${tmpdir}"
|
||||||
# generate the new files
|
# generate the new files
|
||||||
${cmd} "${tmpdir}"
|
${cmd} "${tmpdir}"
|
||||||
# create the list of generated files
|
# create the list of generated files
|
||||||
|
Reference in New Issue
Block a user