From 94fbd8c8dad9d7b49dae68a98d4dce773b434a1d Mon Sep 17 00:00:00 2001 From: Isabell Long Date: Sun, 4 Jun 2017 12:42:47 +0100 Subject: [PATCH] bash-preexec: fix audit 'description must start with capital letter' --- Formula/bash-preexec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/bash-preexec.rb b/Formula/bash-preexec.rb index 99fb826bcdf..b216b72f904 100644 --- a/Formula/bash-preexec.rb +++ b/Formula/bash-preexec.rb @@ -1,5 +1,5 @@ class BashPreexec < Formula - desc "preexec and precmd functions for Bash just like Zsh." + desc "preexec and precmd functions for Bash (just like Zsh)" homepage "https://github.com/rcaloras/bash-preexec" url "https://github.com/rcaloras/bash-preexec/archive/0.3.3.tar.gz" sha256 "019a556c5ec77a6c5b4c53c0afbe6596b0d8eac2ffde076af44b0a1d5793cc7b"