From 6210d9a4b72f3a34e01777599fa772e08e13bf4b Mon Sep 17 00:00:00 2001 From: Isabell Long Date: Sun, 4 Jun 2017 13:16:01 +0100 Subject: [PATCH] g3log: fix audit 'description must start with capital letter' --- Formula/g3log.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/g3log.rb b/Formula/g3log.rb index 225116a6b3..74c06186cc 100644 --- a/Formula/g3log.rb +++ b/Formula/g3log.rb @@ -1,5 +1,5 @@ class G3log < Formula - desc 'asynchronous, "crash safe", logger that is easy to use.' + desc "Asynchronous, 'crash safe', logger that is easy to use." homepage "https://github.com/KjellKod/g3log" url "https://github.com/KjellKod/g3log/archive/1.3.tar.gz" sha256 "b8be9ac9d888c241e1042103cd530a49baeef2853c0ab4b6dc696dad930b8784"