unify variable declarations

pull/8810/head
Marcin Niemira 2020-08-11 20:15:54 +10:00
parent e2cdfa5829
commit 9eaef38aa9
No known key found for this signature in database
GPG Key ID: 053E25BDC33ED6A3
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ HYPERKIT_LDFLAGS := -X k8s.io/minikube/pkg/drivers/hyperkit.version=$(VERSION) -
AUTOPUSH ?=
# don't ask for user confirmation
IN_CI=false
IN_CI := false
# $(call user_confirm, message)
define user_confirm