From bd2a9daa007be1f79b08d23cd3fb768fd6124a8e Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Fri, 25 Jun 2021 14:12:38 -0700 Subject: [PATCH] let's fix generate_docs for good --- hack/generate_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/generate_docs.sh b/hack/generate_docs.sh index b900fd921a..dc862c8074 100755 --- a/hack/generate_docs.sh +++ b/hack/generate_docs.sh @@ -49,5 +49,5 @@ if [ "$changes" != "" ]; then git remote add minikube-bot https://minikube-bot:"$1"@github.com/minikube-bot/minikube.git git push -u minikube-bot $branch - gh pr create --repo kubernetes/minikube --base master --head minikube-bot:$branch --title "Update auto-generated docs and translations" --body "Committing changes resulting from \`make generate-docs\`" + gh pr create --base master --head minikube-bot:$branch --title "Update auto-generated docs and translations" --body "Committing changes resulting from \`make generate-docs\`" fi