summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Trotman2018-03-20 12:13:27 +0000
committerPeter Trotman2018-03-20 12:13:27 +0000
commit60fcbab95fde24e68615249fc3af5e901ed16b57 (patch)
tree8070f9f48691f1f3c7685d200a2d20129ee8355b
parent01300daabcd876ab002b06ef4ede0e96a2f873aa (diff)
downloadaur-60fcbab95fde24e68615249fc3af5e901ed16b57.tar.gz
Fixed kubectl-bin typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37e3e9a2523a..ffd85bc37087 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = minikube-git
makedepends = go
makedepends = make
depends = glibc
- optdepends = kubtctl-bin: to manage the cluster
+ optdepends = kubectl-bin: to manage the cluster
optdepends = virtualbox
optdepends = docker-machine-driver-kvm2
provides = minikube
diff --git a/PKGBUILD b/PKGBUILD
index 50e3f56ceb7a..514be0d080ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://github.com/kubernetes/minikube'
license=('apache')
depends=('glibc')
optdepends=(
- 'kubtctl-bin: to manage the cluster'
+ 'kubectl-bin: to manage the cluster'
'virtualbox'
'docker-machine-driver-kvm2'
)