From 78b0a4a44ea8523bf3de99a102c024f2b4371aec Mon Sep 17 00:00:00 2001 From: Isabell Long Date: Sun, 4 Jun 2017 13:16:23 +0100 Subject: [PATCH] gandi.cli: fix audit 'description must start with capital letter' --- Formula/gandi.cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/gandi.cli.rb b/Formula/gandi.cli.rb index 23d62515d69..ae75f78c426 100644 --- a/Formula/gandi.cli.rb +++ b/Formula/gandi.cli.rb @@ -1,7 +1,7 @@ class GandiCli < Formula include Language::Python::Virtualenv - desc "command-line interface to Gandi.net products using the public API" + desc "Command-line interface to Gandi.net products using the public API" homepage "http://cli.gandi.net" url "https://files.pythonhosted.org/packages/73/ae/f63bd762bdd0adb1bc0ad102076acf7e33f12b4ce4280a41fa0807b44f9b/gandi.cli-0.19.tar.gz" sha256 "0e8e1150f68c8921f279c629e6e7beaa4125d10c0d1990ede991fb0ceec928f3"