let's fix generate_docs for good

pull/11814/head
Sharif Elgamal 2021-06-25 14:12:38 -07:00
parent 32c08ad6b7
commit bd2a9daa00
1 changed files with 1 additions and 1 deletions

View File

@ -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