sqlite: remove duped period from keg_only

This commit is contained in:
Dominyk Tiller 2017-05-02 18:01:59 +01:00 committed by Mike McQuaid
parent 4ef00aacce
commit 988f0185bc

View file

@ -12,7 +12,7 @@ class Sqlite < Formula
sha256 "231f85b981fb70cf871297ea7701cf8cd6f1ac00189b0dcbaeb172b001cc58db" => :yosemite sha256 "231f85b981fb70cf871297ea7701cf8cd6f1ac00189b0dcbaeb172b001cc58db" => :yosemite
end end
keg_only :provided_by_osx, "macOS provides an older sqlite3." keg_only :provided_by_osx, "macOS provides an older sqlite3"
option "with-docs", "Install HTML documentation" option "with-docs", "Install HTML documentation"
option "without-rtree", "Disable the R*Tree index module" option "without-rtree", "Disable the R*Tree index module"