summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcameel2019-04-21 21:20:37 +0200
committercameel2019-04-21 21:20:37 +0200
commiteff6041ea75c3b387f55946572b37b09a5dbeff1 (patch)
treec83eedaef0b397715a76c403600b131c99f7fbae
parentb671edf8928ebd766a6db8ac6c82ff6d0feb75b4 (diff)
downloadaur-eff6041ea75c3b387f55946572b37b09a5dbeff1.tar.gz
Fix a typo in pkgdesc
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bf0064a3574..d5b29655b5dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kubeval-bin
pkgver=0.7.3
pkgrel=1
-pkgdesc="Tool for validating a Kubernetes YAML or JSON configuration files"
+pkgdesc="Tool for validating Kubernetes YAML or JSON configuration files"
arch=('x86_64')
url="https://github.com/garethr/kubeval"
license=('apache')